Package net.minecraft.scoreboard
Class AbstractTeam
java.lang.Object
net.minecraft.scoreboard.AbstractTeam
- Direct Known Subclasses:
Team
- Mappings:
Namespace Name named net/minecraft/scoreboard/AbstractTeam
intermediary net/minecraft/class_270
official ewz
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract MutableText
decorateName
(Text name) Decorates the name of an entity with the prefix, suffix and color of this team.abstract AbstractTeam.CollisionRule
abstract Formatting
getColor()
abstract AbstractTeam.VisibilityRule
abstract String
getName()
abstract AbstractTeam.VisibilityRule
abstract Collection
<String> boolean
isEqual
(@Nullable AbstractTeam team) abstract boolean
abstract boolean
-
Constructor Details
-
AbstractTeam
public AbstractTeam()
-
-
Method Details
-
isEqual
- Mappings:
Namespace Name Mixin selector named isEqual
Lnet/minecraft/scoreboard/AbstractTeam;isEqual(Lnet/minecraft/scoreboard/AbstractTeam;)Z
intermediary method_1206
Lnet/minecraft/class_270;method_1206(Lnet/minecraft/class_270;)Z
official a
Lewz;a(Lewz;)Z
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/scoreboard/AbstractTeam;getName()Ljava/lang/String;
intermediary method_1197
Lnet/minecraft/class_270;method_1197()Ljava/lang/String;
official b
Lewz;b()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 named decorateName
Lnet/minecraft/scoreboard/AbstractTeam;decorateName(Lnet/minecraft/text/Text;)Lnet/minecraft/text/MutableText;
intermediary method_1198
Lnet/minecraft/class_270;method_1198(Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
official d
Lewz;d(Lxp;)Lyd;
-
shouldShowFriendlyInvisibles
public abstract boolean shouldShowFriendlyInvisibles()- Mappings:
Namespace Name Mixin selector named shouldShowFriendlyInvisibles
Lnet/minecraft/scoreboard/AbstractTeam;shouldShowFriendlyInvisibles()Z
intermediary method_1199
Lnet/minecraft/class_270;method_1199()Z
official i
Lewz;i()Z
-
isFriendlyFireAllowed
public abstract boolean isFriendlyFireAllowed()- Mappings:
Namespace Name Mixin selector named isFriendlyFireAllowed
Lnet/minecraft/scoreboard/AbstractTeam;isFriendlyFireAllowed()Z
intermediary method_1205
Lnet/minecraft/class_270;method_1205()Z
official h
Lewz;h()Z
-
getNameTagVisibilityRule
- Mappings:
Namespace Name Mixin selector named getNameTagVisibilityRule
Lnet/minecraft/scoreboard/AbstractTeam;getNameTagVisibilityRule()Lnet/minecraft/scoreboard/AbstractTeam$VisibilityRule;
intermediary method_1201
Lnet/minecraft/class_270;method_1201()Lnet/minecraft/class_270$class_272;
official j
Lewz;j()Lewz$b;
-
getColor
- Mappings:
Namespace Name Mixin selector named getColor
Lnet/minecraft/scoreboard/AbstractTeam;getColor()Lnet/minecraft/util/Formatting;
intermediary method_1202
Lnet/minecraft/class_270;method_1202()Lnet/minecraft/class_124;
official n
Lewz;n()Ln;
-
getPlayerList
- Mappings:
Namespace Name Mixin selector named getPlayerList
Lnet/minecraft/scoreboard/AbstractTeam;getPlayerList()Ljava/util/Collection;
intermediary method_1204
Lnet/minecraft/class_270;method_1204()Ljava/util/Collection;
official g
Lewz;g()Ljava/util/Collection;
-
getDeathMessageVisibilityRule
- Mappings:
Namespace Name Mixin selector named getDeathMessageVisibilityRule
Lnet/minecraft/scoreboard/AbstractTeam;getDeathMessageVisibilityRule()Lnet/minecraft/scoreboard/AbstractTeam$VisibilityRule;
intermediary method_1200
Lnet/minecraft/class_270;method_1200()Lnet/minecraft/class_270$class_272;
official k
Lewz;k()Lewz$b;
-
getCollisionRule
- Mappings:
Namespace Name Mixin selector named getCollisionRule
Lnet/minecraft/scoreboard/AbstractTeam;getCollisionRule()Lnet/minecraft/scoreboard/AbstractTeam$CollisionRule;
intermediary method_1203
Lnet/minecraft/class_270;method_1203()Lnet/minecraft/class_270$class_271;
official l
Lewz;l()Lewz$a;
-