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@Nullable TeamEntityChangeTeamEvent.getNewTeam()@Nullable TeamEntityTeamEvent.getTeam()Returns theTeamof the entity involved in this event.Methods in net.mathias2246.buildmc.api.event.team with parameters of type TeamConstructors in net.mathias2246.buildmc.api.event.team with parameters of type TeamModifierConstructorDescriptionprotectedEntityChangeTeamEvent(@NotNull org.bukkit.entity.Entity entity, @Nullable Team team, @Nullable Team newTeam) protectedEntityTeamEvent(@NotNull org.bukkit.entity.Entity entity, @Nullable Team team) Base constructor forEntityTeamEvents. -
Uses of Team in net.mathias2246.buildmc.api.team
Methods in net.mathias2246.buildmc.api.team that return TeamModifier and TypeMethodDescription@Nullable TeamTries to find a registered team with the given string identifier.@Nullable TeamTeamManager.getTeamFromEntity(@NotNull org.bukkit.entity.Entity entity) Tries to return the team where the given entity is a member of.Methods in net.mathias2246.buildmc.api.team with parameters of type TeamModifier and TypeMethodDescriptionvoidTeamManager.registerTeam(@NotNull Team team) Registers a team so that it can be found and persist in storage.