Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.passive | |
net.minecraft.entity.player | |
net.minecraft.scoreboard |
Modifier and Type | Method and Description |
---|---|
Team |
EntityLivingBase.getTeam() |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityLivingBase.isOnTeam(Team par1Team)
Returns true if the entity is on a specific team.
|
Modifier and Type | Method and Description |
---|---|
Team |
EntityTameable.getTeam() |
Modifier and Type | Method and Description |
---|---|
Team |
EntityPlayer.getTeam() |
Modifier and Type | Class and Description |
---|---|
class |
ScorePlayerTeam |
Modifier and Type | Method and Description |
---|---|
static String |
ScorePlayerTeam.formatPlayerName(Team par0Team,
String par1Str)
Returns the player name including the color prefixes and suffixes
|
boolean |
Team.isSameTeam(Team par1Team)
Same as ==
|