Uses of Class
net.minecraft.world.BossInfo.Overlay
-
Packages that use BossInfo.Overlay Package Description net.minecraft.command.impl net.minecraft.network.play.server net.minecraft.world net.minecraft.world.server -
-
Uses of BossInfo.Overlay in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type BossInfo.Overlay Modifier and Type Method Description private static int
BossBarCommand. setStyle(CommandSource p_201390_0_, CustomServerBossInfo p_201390_1_, BossInfo.Overlay p_201390_2_)
-
Uses of BossInfo.Overlay in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as BossInfo.Overlay Modifier and Type Field Description private BossInfo.Overlay
SUpdateBossInfoPacket. overlay
Methods in net.minecraft.network.play.server that return BossInfo.Overlay Modifier and Type Method Description BossInfo.Overlay
SUpdateBossInfoPacket. getOverlay()
-
Uses of BossInfo.Overlay in net.minecraft.world
Fields in net.minecraft.world declared as BossInfo.Overlay Modifier and Type Field Description protected BossInfo.Overlay
BossInfo. overlay
Methods in net.minecraft.world that return BossInfo.Overlay Modifier and Type Method Description static BossInfo.Overlay
BossInfo.Overlay. byName(java.lang.String p_201485_0_)
BossInfo.Overlay
BossInfo. getOverlay()
static BossInfo.Overlay
BossInfo.Overlay. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BossInfo.Overlay[]
BossInfo.Overlay. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world with parameters of type BossInfo.Overlay Modifier and Type Method Description void
BossInfo. setOverlay(BossInfo.Overlay p_186746_1_)
Constructors in net.minecraft.world with parameters of type BossInfo.Overlay Constructor Description BossInfo(java.util.UUID p_i46824_1_, ITextComponent p_i46824_2_, BossInfo.Color p_i46824_3_, BossInfo.Overlay p_i46824_4_)
-
Uses of BossInfo.Overlay in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type BossInfo.Overlay Modifier and Type Method Description void
ServerBossInfo. setOverlay(BossInfo.Overlay p_186746_1_)
Constructors in net.minecraft.world.server with parameters of type BossInfo.Overlay Constructor Description ServerBossInfo(ITextComponent p_i46839_1_, BossInfo.Color p_i46839_2_, BossInfo.Overlay p_i46839_3_)
-