net.minecraft.network.protocol.game

public class ClientboundPlayerAbilitiesPacket

implements Packet<ClientGamePacketListener>

aei
net.minecraft.network.protocol.game.ClientboundPlayerAbilitiesPacket
net.minecraft.class_2696
net.minecraft.unmapped.C_omovdgfk
net.minecraft.network.packet.s2c.play.PlayerAbilitiesS2CPacket
net.minecraft.network.packet.s2c.play.PlayerAbilitiesUpdateS2CPacket
net.minecraft.src.C_5087_
net.minecraft.network.protocol.game.PacketPlayOutAbilities

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ClientboundPlayerAbilitiesPacket>
a
STREAM_CODEC
field_47948
f_kiomlzrg
CODEC
CODEC
f_315591_
private static final int
b
FLAG_INVULNERABLE
field_33336
f_jrzykziy
INVULNERABLE_MASK
INVULNERABLE_MASK
f_179028_
private static final int
c
FLAG_FLYING
field_33337
f_fucxnvou
FLYING_MASK
FLYING_MASK
f_179029_
private static final int
d
FLAG_CAN_FLY
field_33338
f_wbmhcgep
ALLOW_FLYING_MASK
ALLOW_FLYING_MASK
f_179030_
private static final int
e
FLAG_INSTABUILD
field_33339
f_nugpdbxp
CREATIVE_MODE_MASK
CREATIVE_MODE_MASK
f_179031_
private final boolean
f
invulnerable
field_12339
f_egxiqtpi
invulnerable
invulnerable
f_132659_
private final boolean
g
isFlying
field_12338
f_jolboekx
flying
flying
f_132660_
private final boolean
h
canFly
field_12337
f_baqezfdl
allowFlying
allowFlying
f_132661_
private final boolean
i
instabuild
field_12336
f_osxucteg
creativeMode
creativeMode
f_132662_
private final float
j
flyingSpeed
field_12335
f_cemjxxxp
flySpeed
flySpeed
f_132663_
private final float
k
walkingSpeed
field_12334
f_xzweipug
walkSpeed
walkSpeed
f_132664_

Constructor summary

ModifierConstructor
public (Abilities abilities)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(wm arg0)
write(FriendlyByteBuf arg0)
method_55897(class_2540 arg0)
m_lbazzrvz(C_idfydwco arg0)
write(PacketByteBuf buf)
write(PacketByteBuf buf)
m_132675_(C_4983_ arg0)
public PacketType<ClientboundPlayerAbilitiesPacket>
a()
type()
method_55846()
m_bbocywrf()
getPacketId()
getType()
m_5779_()
public void
a(aci arg0)
handle(ClientGamePacketListener arg0)
method_11697(class_2602 arg0)
m_hzrzqvfh(C_rbfddnlp arg0)
apply(ClientPlayPacketListener arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public boolean
b()
isInvulnerable()
method_11695()
m_qwnaikma()
isInvulnerable()
isInvulnerable()
m_132674_()
public boolean
e()
isFlying()
method_11698()
m_ryvufjpu()
isFlying()
isFlying()
m_132677_()
public boolean
f()
canFly()
method_11699()
m_lwtihqmo()
allowFlying()
allowFlying()
m_132678_()
public boolean
g()
canInstabuild()
method_11696()
m_vjltfmfo()
isCreativeMode()
isCreativeMode()
m_132679_()
public float
h()
getFlyingSpeed()
method_11690()
m_wwjuvewc()
getFlySpeed()
getFlySpeed()
m_132680_()
public float
i()
getWalkingSpeed()
method_11691()
m_aufodpny()
getWalkSpeed()
getWalkSpeed()
m_132681_()