Uses of Class
net.minecraft.scoreboard.Team
-
Packages that use Team Package Description net.minecraft.entity net.minecraft.entity.passive net.minecraft.scoreboard -
-
Uses of Team in net.minecraft.entity
Methods in net.minecraft.entity that return Team Modifier and Type Method Description TeamEntity. getTeam()Methods in net.minecraft.entity with parameters of type Team Modifier and Type Method Description booleanEntity. isAlliedTo(Team p_184194_1_) -
Uses of Team in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return Team Modifier and Type Method Description TeamTameableEntity. getTeam() -
Uses of Team in net.minecraft.scoreboard
Subclasses of Team in net.minecraft.scoreboard Modifier and Type Class Description classScorePlayerTeamMethods in net.minecraft.scoreboard with parameters of type Team Modifier and Type Method Description static IFormattableTextComponentScorePlayerTeam. formatNameForTeam(Team p_237500_0_, ITextComponent p_237500_1_)booleanTeam. isAlliedTo(Team p_142054_1_)
-