Class BlockEntityUpdateS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official jiintermediary net/minecraft/class_2003named net/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlockEntityUpdateS2CPacket(BlockPos pos, int blockEntityId, NbtCompound nbt) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intgetNbt()getPos()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
method_20197
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLji;a:Lel;intermediary field_11594Lnet/minecraft/class_2003;field_11594:Lnet/minecraft/class_2552;named posLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
blockEntityId
private int blockEntityId- Mappings:
Namespace Name Mixin selector official bLji;b:Iintermediary field_8580Lnet/minecraft/class_2003;field_8580:Inamed blockEntityIdLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;blockEntityId:I
-
nbt
- Mappings:
Namespace Name Mixin selector official cLji;c:Lgy;intermediary field_8581Lnet/minecraft/class_2003;field_8581:Lnet/minecraft/class_322;named nbtLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;nbt:Lnet/minecraft/nbt/NbtCompound;
-
-
Constructor Details
-
BlockEntityUpdateS2CPacket
public BlockEntityUpdateS2CPacket() -
BlockEntityUpdateS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lji;<init>(Lel;ILgy;)Vintermediary <init>Lnet/minecraft/class_2003;<init>(Lnet/minecraft/class_2552;ILnet/minecraft/class_322;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLiv;a(Lhy;)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 bLiv;b(Lhy;)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 aLji;a(Liy;)Vintermediary method_7681Lnet/minecraft/class_2003;method_7681(Lnet/minecraft/class_1993;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official bLji;b()Lel;intermediary method_7683Lnet/minecraft/class_2003;method_7683()Lnet/minecraft/class_2552;named getPosLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockEntityId
- Mappings:
Namespace Name Mixin selector official cLji;c()Iintermediary method_7685Lnet/minecraft/class_2003;method_7685()Inamed getBlockEntityIdLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getBlockEntityId()I
-
getNbt
- Mappings:
Namespace Name Mixin selector official dLji;d()Lgy;intermediary method_7686Lnet/minecraft/class_2003;method_7686()Lnet/minecraft/class_322;named getNbtLnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getNbt()Lnet/minecraft/nbt/NbtCompound;
-