Package net.minecraft.scoreboard
Class AbstractTeam
java.lang.Object
net.minecraft.scoreboard.AbstractTeam
- Direct Known Subclasses:
Team
public abstract class AbstractTeam extends Object
- Mappings:
Namespace Name official dju
intermediary net/minecraft/class_270
named net/minecraft/scoreboard/AbstractTeam
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractTeam.CollisionRule
static class
AbstractTeam.VisibilityRule
-
Constructor Summary
Constructors Constructor Description AbstractTeam()
-
Method Summary
Modifier and Type Method Description abstract MutableText
decorateName(Text name)
Decorates the name of an entity with the prefix, suffix and color of this team.abstract AbstractTeam.CollisionRule
getCollisionRule()
abstract Formatting
getColor()
abstract AbstractTeam.VisibilityRule
getDeathMessageVisibilityRule()
abstract String
getName()
abstract AbstractTeam.VisibilityRule
getNameTagVisibilityRule()
abstract Collection<String>
getPlayerList()
boolean
isEqual(AbstractTeam abstractTeam)
abstract boolean
isFriendlyFireAllowed()
abstract boolean
shouldShowFriendlyInvisibles()
-
Constructor Details
-
AbstractTeam
public AbstractTeam()
-
-
Method Details
-
isEqual
- Mappings:
Namespace Name Mixin selector official a
Ldju;a(Ldju;)Z
intermediary method_1206
Lnet/minecraft/class_270;method_1206(Lnet/minecraft/class_270;)Z
named isEqual
Lnet/minecraft/scoreboard/AbstractTeam;isEqual(Lnet/minecraft/scoreboard/AbstractTeam;)Z
-
getName
- Mappings:
Namespace Name Mixin selector official b
Ldju;b()Ljava/lang/String;
intermediary method_1197
Lnet/minecraft/class_270;method_1197()Ljava/lang/String;
named getName
Lnet/minecraft/scoreboard/AbstractTeam;getName()Ljava/lang/String;
-
decorateName
Decorates the name of an entity with the prefix, suffix and color of this team.- Parameters:
name
- the name to be decorated- Mappings:
Namespace Name Mixin selector official d
Ldju;d(Loi;)Loo;
intermediary method_1198
Lnet/minecraft/class_270;method_1198(Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
named decorateName
Lnet/minecraft/scoreboard/AbstractTeam;decorateName(Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
-
shouldShowFriendlyInvisibles
- Mappings:
Namespace Name Mixin selector official i
Ldju;i()Z
intermediary method_1199
Lnet/minecraft/class_270;method_1199()Z
named shouldShowFriendlyInvisibles
Lnet/minecraft/scoreboard/AbstractTeam;shouldShowFriendlyInvisibles()Z
-
isFriendlyFireAllowed
public abstract boolean isFriendlyFireAllowed()- Mappings:
Namespace Name Mixin selector official h
Ldju;h()Z
intermediary method_1205
Lnet/minecraft/class_270;method_1205()Z
named isFriendlyFireAllowed
Lnet/minecraft/scoreboard/AbstractTeam;isFriendlyFireAllowed()Z
-
getNameTagVisibilityRule
- Mappings:
Namespace Name Mixin selector official j
Ldju;j()Ldju$b;
intermediary method_1201
Lnet/minecraft/class_270;method_1201()Lnet/minecraft/class_270$class_272;
named getNameTagVisibilityRule
Lnet/minecraft/scoreboard/AbstractTeam;getNameTagVisibilityRule()Lnet/minecraft/scoreboard/AbstractTeam$VisibilityRule;
-
getColor
- Mappings:
Namespace Name Mixin selector official n
Ldju;n()Lk;
intermediary method_1202
Lnet/minecraft/class_270;method_1202()Lnet/minecraft/class_124;
named getColor
Lnet/minecraft/scoreboard/AbstractTeam;getColor()Lnet/minecraft/util/Formatting;
-
getPlayerList
- Mappings:
Namespace Name Mixin selector official g
Ldju;g()Ljava/util/Collection;
intermediary method_1204
Lnet/minecraft/class_270;method_1204()Ljava/util/Collection;
named getPlayerList
Lnet/minecraft/scoreboard/AbstractTeam;getPlayerList()Ljava/util/Collection;
-
getDeathMessageVisibilityRule
- Mappings:
Namespace Name Mixin selector official k
Ldju;k()Ldju$b;
intermediary method_1200
Lnet/minecraft/class_270;method_1200()Lnet/minecraft/class_270$class_272;
named getDeathMessageVisibilityRule
Lnet/minecraft/scoreboard/AbstractTeam;getDeathMessageVisibilityRule()Lnet/minecraft/scoreboard/AbstractTeam$VisibilityRule;
-
getCollisionRule
- Mappings:
Namespace Name Mixin selector official l
Ldju;l()Ldju$a;
intermediary method_1203
Lnet/minecraft/class_270;method_1203()Lnet/minecraft/class_270$class_271;
named getCollisionRule
Lnet/minecraft/scoreboard/AbstractTeam;getCollisionRule()Lnet/minecraft/scoreboard/AbstractTeam$CollisionRule;
-