Class BedSleepS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BedSleepS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official hdintermediary net/minecraft/class_2033named net/minecraft/network/packet/s2c/play/BedSleepS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
entityId
private int entityId- Mappings:
Namespace Name Mixin selector official aLhd;a:Iintermediary field_8697Lnet/minecraft/class_2033;field_8697:Inamed entityIdLnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;entityId:I
-
bedPos
- Mappings:
Namespace Name Mixin selector official bLhd;b:Lcl;intermediary field_11649Lnet/minecraft/class_2033;field_11649:Lnet/minecraft/class_2552;named bedPosLnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;bedPos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
BedSleepS2CPacket
public BedSleepS2CPacket() -
BedSleepS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lhd;<init>(Lzj;Lcl;)Vintermediary <init>Lnet/minecraft/class_2033;<init>(Lnet/minecraft/class_988;Lnet/minecraft/class_2552;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfh;a(Leo;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLfh;b(Leo;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLhd;a(Lfk;)Vintermediary method_7836Lnet/minecraft/class_2033;method_7836(Lnet/minecraft/class_1993;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPlayer
- Mappings:
Namespace Name Mixin selector official aLhd;a(Laht;)Lzj;intermediary method_7835Lnet/minecraft/class_2033;method_7835(Lnet/minecraft/class_1150;)Lnet/minecraft/class_988;named getPlayerLnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;getPlayer(Lnet/minecraft/world/World;)Lnet/minecraft/entity/player/PlayerEntity;
-
getBedPos
- Mappings:
Namespace Name Mixin selector official aLhd;a()Lcl;intermediary method_7838Lnet/minecraft/class_2033;method_7838()Lnet/minecraft/class_2552;named getBedPosLnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;getBedPos()Lnet/minecraft/util/math/BlockPos;
-