Class BlockEntityUpdateS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class BlockEntityUpdateS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official pointermediary net/minecraft/class_2622named net/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private intblockEntityTypeprivate BlockPosposprivate CompoundTagtag -
Constructor Summary
Constructors Constructor Description BlockEntityUpdateS2CPacket()BlockEntityUpdateS2CPacket(BlockPos pos, int blockEntityType, CompoundTag tag) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)intgetBlockEntityType()CompoundTaggetCompoundTag()BlockPosgetPos()voidread(PacketByteBuf buf)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
isWritingErrorSkippable
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLpo;a:Lfx;intermediary field_12040Lnet/minecraft/class_2622;field_12040:Lnet/minecraft/class_2338;named posLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
blockEntityType
private int blockEntityType- Mappings:
Namespace Name Mixin selector official bLpo;b:Iintermediary field_12038Lnet/minecraft/class_2622;field_12038:Inamed blockEntityTypeLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;blockEntityType:I
-
tag
- Mappings:
Namespace Name Mixin selector official cLpo;c:Lmq;intermediary field_12039Lnet/minecraft/class_2622;field_12039:Lnet/minecraft/class_2487;named tagLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;tag:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
BlockEntityUpdateS2CPacket
public BlockEntityUpdateS2CPacket() -
BlockEntityUpdateS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lpo;<init>(Lfx;ILmq;)Vintermediary <init>Lnet/minecraft/class_2622;<init>(Lnet/minecraft/class_2338;ILnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLpo;a(Lpd;)Vintermediary method_11292Lnet/minecraft/class_2622;method_11292(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official bLpo;b()Lfx;intermediary method_11293Lnet/minecraft/class_2622;method_11293()Lnet/minecraft/class_2338;named getPosLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockEntityType
- Mappings:
Namespace Name Mixin selector official cLpo;c()Iintermediary method_11291Lnet/minecraft/class_2622;method_11291()Inamed getBlockEntityTypeLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getBlockEntityType()I
-
getCompoundTag
- Mappings:
Namespace Name Mixin selector official dLpo;d()Lmq;intermediary method_11290Lnet/minecraft/class_2622;method_11290()Lnet/minecraft/class_2487;named getCompoundTagLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getCompoundTag()Lnet/minecraft/nbt/CompoundTag;
-