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 ftintermediary net/minecraft/class_1472named net/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private intblockEntityIdprivate BlockPosposprivate CompoundTagtag -
Constructor Summary
Constructors Constructor Description BlockEntityUpdateS2CPacket()BlockEntityUpdateS2CPacket(BlockPos pos, int blockEntityId, CompoundTag tag) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)intgetBlockEntityId()CompoundTaggetCompoundTag()BlockPosgetPos()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLft;a:Lcj;intermediary field_6115Lnet/minecraft/class_1472;field_6115:Lnet/minecraft/class_1372;named posLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
blockEntityId
private int blockEntityId- Mappings:
Namespace Name Mixin selector official bLft;b:Iintermediary field_6116Lnet/minecraft/class_1472;field_6116:Inamed blockEntityIdLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;blockEntityId:I
-
tag
- Mappings:
Namespace Name Mixin selector official cLft;c:Ldn;intermediary field_6117Lnet/minecraft/class_1472;field_6117:Lnet/minecraft/class_1405;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>Lft;<init>(Lcj;ILdn;)Vintermediary <init>Lnet/minecraft/class_1472;<init>(Lnet/minecraft/class_1372;ILnet/minecraft/class_1405;)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 aLff;a(Lem;)Vintermediary method_5238Lnet/minecraft/class_1457;method_5238(Lnet/minecraft/class_1435;)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 bLff;b(Lem;)Vintermediary method_5240Lnet/minecraft/class_1457;method_5240(Lnet/minecraft/class_1435;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLft;a(Lfj;)Vintermediary method_5393Lnet/minecraft/class_1472;method_5393(Lnet/minecraft/class_1462;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official aLft;a()Lcj;intermediary method_5392Lnet/minecraft/class_1472;method_5392()Lnet/minecraft/class_1372;named getPosLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockEntityId
- Mappings:
Namespace Name Mixin selector official bLft;b()Iintermediary method_5394Lnet/minecraft/class_1472;method_5394()Inamed getBlockEntityIdLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getBlockEntityId()I
-
getCompoundTag
- Mappings:
Namespace Name Mixin selector official cLft;c()Ldn;intermediary method_5395Lnet/minecraft/class_1472;method_5395()Lnet/minecraft/class_1405;named getCompoundTagLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getCompoundTag()Lnet/minecraft/nbt/CompoundTag;
-