net.minecraft.network.packet.s2c.play

public class BossEventS2CPacket

implements Packet<ClientPlayPacketHandler>

jl
net.minecraft.class_2911
net.minecraft.network.packet.s2c.play.BossEventS2CPacket
net.minecraft.network.play.server.SPacketUpdateBossInfo
net.minecraft.network.play.server.SPacketUpdateBossInfo

Field summary

Modifier and TypeField
private UUID
a
field_13743
id
field_186911_a
uniqueId
private BossEventS2CPacket$Action
b
field_13744
action
field_186912_b
operation
private Text
c
field_13745
name
field_186913_c
name
private float
d
field_13746
progress
field_186914_d
percent
private BossEvent$BossBarColor
e
field_13747
color
field_186915_e
color
private BossEvent$BossBarOverlay
f
field_13748
overlay
field_186916_f
overlay
private boolean
g
field_13749
hasScreenEffects
field_186917_g
darkenSky
private boolean
h
field_13750
hasMusic
field_186918_h
playEndBossMusic
private boolean
i
field_13751
hasFog
field_186919_i
createFog

Constructor summary

ModifierConstructor
public ()
public (BossEventS2CPacket$Action action, BossEvent event)

Method summary

Modifier and TypeMethod
public void
a(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
private void
a(int arg0)
method_12632(int arg0)
decodeProperties(int properties)
func_186903_a(int arg0)
setFlags(int flags)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
private int
k()
method_12642()
encodeProperties()
func_186905_j()
getFlags()
public void
a(iy arg0)
method_12633(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public UUID
b()
method_12631()
getId()
func_186908_a()
getUniqueId()
public BossEventS2CPacket$Action
c()
method_12634()
getAction()
func_186902_b()
getOperation()
public Text
d()
method_12635()
getName()
func_186907_c()
getName()
public float
e()
method_12636()
getProgress()
func_186906_d()
getPercent()
public BossEvent$BossBarColor
f()
method_12637()
getColor()
func_186900_e()
getColor()
public BossEvent$BossBarOverlay
g()
method_12638()
getOverlay()
func_186904_f()
getOverlay()
public boolean
h()
method_12639()
hasScreenEffects()
func_186909_g()
shouldDarkenSky()
public boolean
i()
method_12640()
hasMusic()
func_186910_h()
shouldPlayEndBossMusic()
public boolean
j()
method_12641()
hasFog()
func_186901_i()
shouldCreateFog()