Class UpdatePlayerAbilitiesC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdatePlayerAbilitiesC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class UpdatePlayerAbilitiesC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official aap
intermediary net/minecraft/class_2842
named net/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) boolean
isFlying()
void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
FLYING_MASK
private static final int FLYING_MASK- See Also:
- Mappings:
Namespace Name Mixin selector official a
Laap;a:I
intermediary field_33362
Lnet/minecraft/class_2842;field_33362:I
named FLYING_MASK
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;FLYING_MASK:I
-
flying
private final boolean flying- Mappings:
Namespace Name Mixin selector official b
Laap;b:Z
intermediary field_12948
Lnet/minecraft/class_2842;field_12948:Z
named flying
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;flying:Z
-
-
Constructor Details
-
UpdatePlayerAbilitiesC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Laap;<init>(Lbyj;)V
intermediary <init>
Lnet/minecraft/class_2842;<init>(Lnet/minecraft/class_1656;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;<init>(Lnet/minecraft/entity/player/PlayerAbilities;)V
-
UpdatePlayerAbilitiesC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Laap;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2842;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Laap;a(Lzo;)V
intermediary method_12339
Lnet/minecraft/class_2842;method_12339(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
isFlying
public boolean isFlying()- Mappings:
Namespace Name Mixin selector official a
Laap;a()Z
intermediary method_12346
Lnet/minecraft/class_2842;method_12346()Z
named isFlying
Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;isFlying()Z
-