Uses of Class
net.mathias2246.buildmc.api.team.Team
Packages that use Team
-
Uses of Team in net.mathias2246.buildmc.api.event.team
Methods in net.mathias2246.buildmc.api.event.team that return TeamModifier and TypeMethodDescription@NotNull TeamTeamEvent.getTeam()Returns theTeaminvolved in this event.Constructors in net.mathias2246.buildmc.api.event.team with parameters of type TeamModifierConstructorDescriptionBase constructor forTeamEvents.TeamMemberAddEvent(@NotNull UUID memberId, @NotNull Team team, boolean cancellable) The base constructor forTeamMemberAddEvents.TeamMemberEvent(@NotNull UUID memberId, @NotNull Team team) Base constructor forTeamMemberEvents.TeamMemberRemovedEvent(@NotNull UUID memberId, @NotNull Team team) TeamRegisteredEvent(@NotNull Team team) TeamUnregisterEvent(@NotNull Team team) -
Uses of Team in net.mathias2246.buildmc.api.team
Methods in net.mathias2246.buildmc.api.team that return TeamModifier and TypeMethodDescriptionTeam.clone()Creates a clone of this team.@Nullable TeamTries to find a registered team with the given string identifier.@Nullable TeamTeamManager.getTeamFromMember(@NotNull UUID uuid) Tries to return the team where the givenUUIDis on.@Nullable TeamTeamManager.getTeamFromMember(@NotNull org.bukkit.entity.Entity entity) Tries to return the team where the given entity is on.Methods in net.mathias2246.buildmc.api.team that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamManager.getTeams()Returns an immutable collection of teams.TeamManager.teams()Returns a Stream representation of all loaded teams paired with their unique key.Methods in net.mathias2246.buildmc.api.team with parameters of type TeamModifier and TypeMethodDescription@Nullable BooleanTeamManager.isPersistent(@NotNull Team team) Returns if the given team is persistent or not.booleanTeamManager.isRegisteredTeam(@NotNull Team team) Checks if the given team is registered in this manager.booleanTries to make a member join the given team.booleanTries to make a member join the given team.booleanMakes the given member leave the given team.booleanMakes the given member leave the given team.booleanTeamManager.registerTeam(@NotNull Team team, boolean persist) Registers a team so that it can be found and optionally persist in storage.voidTeamManager.unregisterTeam(@NotNull Team team) Unregisters a team from this manager.