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 Team
Entity. getTeam()
Methods in net.minecraft.entity with parameters of type Team Modifier and Type Method Description boolean
Entity. 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 Team
TameableEntity. getTeam()
-
Uses of Team in net.minecraft.scoreboard
Subclasses of Team in net.minecraft.scoreboard Modifier and Type Class Description class
ScorePlayerTeam
Methods in net.minecraft.scoreboard with parameters of type Team Modifier and Type Method Description static IFormattableTextComponent
ScorePlayerTeam. formatNameForTeam(Team p_237500_0_, ITextComponent p_237500_1_)
boolean
Team. isAlliedTo(Team p_142054_1_)
-