Uses of Class
net.minecraft.network.play.server.SUpdateBossInfoPacket.Operation
-
Packages that use SUpdateBossInfoPacket.Operation Package Description net.minecraft.network.play.server net.minecraft.world.server -
-
Uses of SUpdateBossInfoPacket.Operation in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SUpdateBossInfoPacket.Operation Modifier and Type Field Description private SUpdateBossInfoPacket.Operation
SUpdateBossInfoPacket. operation
Methods in net.minecraft.network.play.server that return SUpdateBossInfoPacket.Operation Modifier and Type Method Description SUpdateBossInfoPacket.Operation
SUpdateBossInfoPacket. getOperation()
static SUpdateBossInfoPacket.Operation
SUpdateBossInfoPacket.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SUpdateBossInfoPacket.Operation[]
SUpdateBossInfoPacket.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.play.server with parameters of type SUpdateBossInfoPacket.Operation Constructor Description SUpdateBossInfoPacket(SUpdateBossInfoPacket.Operation p_i46964_1_, BossInfo p_i46964_2_)
-
Uses of SUpdateBossInfoPacket.Operation in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type SUpdateBossInfoPacket.Operation Modifier and Type Method Description private void
ServerBossInfo. broadcast(SUpdateBossInfoPacket.Operation p_186759_1_)
-