Class EntityStatusS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official abqintermediary net/minecraft/class_2663named net/minecraft/network/packet/s2c/play/EntityStatusS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, EntityStatusS2CPacket> private final intprivate final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) byteprivate voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLabq;a:Lxs;intermediary field_47924Lnet/minecraft/class_2663;field_47924:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official bLabq;b:Iintermediary field_12175Lnet/minecraft/class_2663;field_12175:Inamed idLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;id:I
-
status
private final byte status- Mappings:
Namespace Name Mixin selector official cLabq;c:Bintermediary field_12174Lnet/minecraft/class_2663;field_12174:Bnamed statusLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;status:B
-
-
Constructor Details
-
EntityStatusS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Labq;<init>(Lbox;B)Vintermediary <init>Lnet/minecraft/class_2663;<init>(Lnet/minecraft/class_1297;B)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;<init>(Lnet/minecraft/entity/Entity;B)V
-
EntityStatusS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Labq;<init>(Luu;)Vintermediary <init>Lnet/minecraft/class_2663;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLabq;a(Luu;)Vintermediary method_55876Lnet/minecraft/class_2663;method_55876(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyb;a()Lyd;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLabq;a(Laam;)Vintermediary method_11471Lnet/minecraft/class_2663;method_11471(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getEntity
- Mappings:
Namespace Name Mixin selector official aLabq;a(Lcxb;)Lbox;intermediary method_11469Lnet/minecraft/class_2663;method_11469(Lnet/minecraft/class_1937;)Lnet/minecraft/class_1297;named getEntityLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;getEntity(Lnet/minecraft/world/World;)Lnet/minecraft/entity/Entity;
-
getStatus
public byte getStatus()- Mappings:
Namespace Name Mixin selector official bLabq;b()Bintermediary method_11470Lnet/minecraft/class_2663;method_11470()Bnamed getStatusLnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;getStatus()B
-