Package net.minecraft.entity.boss
Class CommandBossBar
java.lang.Object
net.minecraft.entity.boss.BossBar
net.minecraft.entity.boss.ServerBossBar
net.minecraft.entity.boss.CommandBossBar
public class CommandBossBar extends ServerBossBar
- Mappings:
Namespace Name official ws
intermediary net/minecraft/class_3002
named net/minecraft/entity/boss/CommandBossBar
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.boss.BossBar
BossBar.Color, BossBar.Style
-
Field Summary
Fields Modifier and Type Field Description private Identifier
id
private int
maxValue
private Set<UUID>
playerUuids
private int
value
Fields inherited from class net.minecraft.entity.boss.BossBar
color, darkenSky, dragonMusic, name, percent, style, thickenFog
-
Constructor Summary
Constructors Constructor Description CommandBossBar(Identifier id, Text displayName)
-
Method Summary
Modifier and Type Method Description void
addPlayer(UUID uuid)
void
addPlayer(ServerPlayerEntity player)
boolean
addPlayers(Collection<ServerPlayerEntity> players)
void
clearPlayers()
static CommandBossBar
fromTag(CompoundTag tag, Identifier id)
Identifier
getId()
int
getMaxValue()
int
getValue()
void
onPlayerConnect(ServerPlayerEntity player)
void
onPlayerDisconnect(ServerPlayerEntity player)
void
removePlayer(ServerPlayerEntity player)
void
setMaxValue(int maxValue)
void
setValue(int value)
Text
toHoverableText()
CompoundTag
toTag()
Methods inherited from class net.minecraft.entity.boss.ServerBossBar
getPlayers, isVisible, setColor, setDarkenSky, setDragonMusic, setName, setOverlay, setPercent, setThickenFog, setVisible
Methods inherited from class net.minecraft.entity.boss.BossBar
getColor, getName, getOverlay, getPercent, getUuid, hasDragonMusic, shouldDarkenSky, shouldThickenFog
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official h
Lws;h:Lwb;
intermediary field_13441
Lnet/minecraft/class_3002;field_13441:Lnet/minecraft/class_2960;
named id
Lnet/minecraft/entity/boss/CommandBossBar;id:Lnet/minecraft/util/Identifier;
-
playerUuids
- Mappings:
Namespace Name Mixin selector official i
Lws;i:Ljava/util/Set;
intermediary field_13440
Lnet/minecraft/class_3002;field_13440:Ljava/util/Set;
named playerUuids
Lnet/minecraft/entity/boss/CommandBossBar;playerUuids:Ljava/util/Set;
-
value
private int value- Mappings:
Namespace Name Mixin selector official j
Lws;j:I
intermediary field_13443
Lnet/minecraft/class_3002;field_13443:I
named value
Lnet/minecraft/entity/boss/CommandBossBar;value:I
-
maxValue
private int maxValue- Mappings:
Namespace Name Mixin selector official k
Lws;k:I
intermediary field_13442
Lnet/minecraft/class_3002;field_13442:I
named maxValue
Lnet/minecraft/entity/boss/CommandBossBar;maxValue:I
-
-
Constructor Details
-
CommandBossBar
- Mappings:
Namespace Name Mixin selector official <init>
Lws;<init>(Lwb;Loi;)V
intermediary <init>
Lnet/minecraft/class_3002;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/entity/boss/CommandBossBar;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
getId
- Mappings:
Namespace Name Mixin selector official a
Lws;a()Lwb;
intermediary method_12959
Lnet/minecraft/class_3002;method_12959()Lnet/minecraft/class_2960;
named getId
Lnet/minecraft/entity/boss/CommandBossBar;getId()Lnet/minecraft/util/Identifier;
-
addPlayer
- Overrides:
addPlayer
in classServerBossBar
- Mappings:
Namespace Name Mixin selector official a
Laas;a(Laaw;)V
intermediary method_14088
Lnet/minecraft/class_3213;method_14088(Lnet/minecraft/class_3222;)V
named addPlayer
Lnet/minecraft/entity/boss/ServerBossBar;addPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
addPlayer
- Mappings:
Namespace Name Mixin selector official a
Lws;a(Ljava/util/UUID;)V
intermediary method_12964
Lnet/minecraft/class_3002;method_12964(Ljava/util/UUID;)V
named addPlayer
Lnet/minecraft/entity/boss/CommandBossBar;addPlayer(Ljava/util/UUID;)V
-
removePlayer
- Overrides:
removePlayer
in classServerBossBar
- Mappings:
Namespace Name Mixin selector official b
Laas;b(Laaw;)V
intermediary method_14089
Lnet/minecraft/class_3213;method_14089(Lnet/minecraft/class_3222;)V
named removePlayer
Lnet/minecraft/entity/boss/ServerBossBar;removePlayer(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
clearPlayers
public void clearPlayers()- Overrides:
clearPlayers
in classServerBossBar
- Mappings:
Namespace Name Mixin selector official b
Laas;b()V
intermediary method_14094
Lnet/minecraft/class_3213;method_14094()V
named clearPlayers
Lnet/minecraft/entity/boss/ServerBossBar;clearPlayers()V
-
getValue
public int getValue()- Mappings:
Namespace Name Mixin selector official c
Lws;c()I
intermediary method_12955
Lnet/minecraft/class_3002;method_12955()I
named getValue
Lnet/minecraft/entity/boss/CommandBossBar;getValue()I
-
getMaxValue
public int getMaxValue()- Mappings:
Namespace Name Mixin selector official d
Lws;d()I
intermediary method_12960
Lnet/minecraft/class_3002;method_12960()I
named getMaxValue
Lnet/minecraft/entity/boss/CommandBossBar;getMaxValue()I
-
setValue
public void setValue(int value)- Mappings:
Namespace Name Mixin selector official a
Lws;a(I)V
intermediary method_12954
Lnet/minecraft/class_3002;method_12954(I)V
named setValue
Lnet/minecraft/entity/boss/CommandBossBar;setValue(I)V
-
setMaxValue
public void setMaxValue(int maxValue)- Mappings:
Namespace Name Mixin selector official b
Lws;b(I)V
intermediary method_12956
Lnet/minecraft/class_3002;method_12956(I)V
named setMaxValue
Lnet/minecraft/entity/boss/CommandBossBar;setMaxValue(I)V
-
toHoverableText
- Mappings:
Namespace Name Mixin selector official e
Lws;e()Loi;
intermediary method_12965
Lnet/minecraft/class_3002;method_12965()Lnet/minecraft/class_2561;
named toHoverableText
Lnet/minecraft/entity/boss/CommandBossBar;toHoverableText()Lnet/minecraft/text/Text;
-
addPlayers
- Mappings:
Namespace Name Mixin selector official a
Lws;a(Ljava/util/Collection;)Z
intermediary method_12962
Lnet/minecraft/class_3002;method_12962(Ljava/util/Collection;)Z
named addPlayers
Lnet/minecraft/entity/boss/CommandBossBar;addPlayers(Ljava/util/Collection;)Z
-
toTag
- Mappings:
Namespace Name Mixin selector official f
Lws;f()Lmq;
intermediary method_12963
Lnet/minecraft/class_3002;method_12963()Lnet/minecraft/class_2487;
named toTag
Lnet/minecraft/entity/boss/CommandBossBar;toTag()Lnet/minecraft/nbt/CompoundTag;
-
fromTag
- Mappings:
Namespace Name Mixin selector official a
Lws;a(Lmq;Lwb;)Lws;
intermediary method_12966
Lnet/minecraft/class_3002;method_12966(Lnet/minecraft/class_2487;Lnet/minecraft/class_2960;)Lnet/minecraft/class_3002;
named fromTag
Lnet/minecraft/entity/boss/CommandBossBar;fromTag(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/util/Identifier;)Lnet/minecraft/entity/boss/CommandBossBar;
-
onPlayerConnect
- Mappings:
Namespace Name Mixin selector official c
Lws;c(Laaw;)V
intermediary method_12957
Lnet/minecraft/class_3002;method_12957(Lnet/minecraft/class_3222;)V
named onPlayerConnect
Lnet/minecraft/entity/boss/CommandBossBar;onPlayerConnect(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
onPlayerDisconnect
- Mappings:
Namespace Name Mixin selector official d
Lws;d(Laaw;)V
intermediary method_12961
Lnet/minecraft/class_3002;method_12961(Lnet/minecraft/class_3222;)V
named onPlayerDisconnect
Lnet/minecraft/entity/boss/CommandBossBar;onPlayerDisconnect(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-