Uses of Class
net.minecraft.scoreboard.AbstractTeam
Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.passive | |
net.minecraft.scoreboard |
-
Uses of AbstractTeam in net.minecraft.entity
Methods in net.minecraft.entity that return AbstractTeam Modifier and Type Method Description @Nullable AbstractTeam
Entity. getScoreboardTeam()
Methods in net.minecraft.entity with parameters of type AbstractTeam Modifier and Type Method Description boolean
Entity. isTeamPlayer(AbstractTeam team)
-
Uses of AbstractTeam in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return AbstractTeam Modifier and Type Method Description AbstractTeam
TameableEntity. getScoreboardTeam()
-
Uses of AbstractTeam in net.minecraft.scoreboard
Subclasses of AbstractTeam in net.minecraft.scoreboard Modifier and Type Class Description class
Team
Methods in net.minecraft.scoreboard with parameters of type AbstractTeam Modifier and Type Method Description static MutableText
Team. decorateName(@Nullable AbstractTeam team, Text name)
Decorates the name of an entity with the prefix, suffix and color of the team.boolean
AbstractTeam. isEqual(@Nullable AbstractTeam abstractTeam)