Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teamer not in „team“ package #37

Open
TureBentzin opened this issue Jun 21, 2023 · 0 comments
Open

Teamer not in „team“ package #37

TureBentzin opened this issue Jun 21, 2023 · 0 comments
Labels
Beaking change This is likely to break existing depending software Bug / Glitch Something that does not seem right Prioriry: Low

Comments

@TureBentzin
Copy link
Member

The Teamer class is not contained in the teamer package like all other Teamer related classes. A refactor could change this, but would constitute a breaking change with the relevant version. It is also not suggested to maintain a redirect class. If the decision is made to use a redirect class, this should be done through a maven plugin - it might be possible that this would be a custom plugin.

package net.juligames.core.minigame.api;
import de.bentzin.tools.collection.Subscription;
import net.juligames.core.minigame.api.team.Team;
import net.juligames.core.minigame.api.team.TeamColor;
import net.juligames.core.minigame.api.team.procedures.InsertionProcedure;
import net.juligames.core.minigame.api.team.procedures.RandomInsertionProcedure;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Range;
import java.util.*;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.function.BiConsumer;
import java.util.function.Predicate;
import java.util.stream.Collectors;
/**
* @author Ture Bentzin
* 18.12.2022
*/
@SuppressWarnings({"ProtectedMemberInFinalClass", "unused"})
public final class Teamer {

@TureBentzin TureBentzin added Bug / Glitch Something that does not seem right Prioriry: Low Beaking change This is likely to break existing depending software labels Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beaking change This is likely to break existing depending software Bug / Glitch Something that does not seem right Prioriry: Low
Projects
None yet
Development

No branches or pull requests

1 participant