Uses of Class
net.minecraft.scoreboard.AbstractTeam
Packages that use AbstractTeam
-
Uses of AbstractTeam in net.minecraft.entity
Methods in net.minecraft.entity that return AbstractTeamModifier and TypeMethodDescription@Nullable AbstractTeam
Entity.getScoreboardTeam()
Returns the scoreboard team the entity belongs to, ornull
if there is none.Methods in net.minecraft.entity with parameters of type AbstractTeamModifier and TypeMethodDescriptionboolean
Entity.isTeamPlayer
(AbstractTeam team) Returns whether this entity is inteam
. -
Uses of AbstractTeam in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return AbstractTeamModifier and TypeMethodDescriptionTameableEntity.getScoreboardTeam()
Returns the scoreboard team the entity belongs to, ornull
if there is none. -
Uses of AbstractTeam in net.minecraft.scoreboard
Subclasses of AbstractTeam in net.minecraft.scoreboardMethods in net.minecraft.scoreboard with parameters of type AbstractTeamModifier and TypeMethodDescriptionstatic 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 team)