Class BlockEventS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
- All Implemented Interfaces:
 Packet<ClientPlayPacketListener>
- Mappings:
 Namespace Name named net/minecraft/network/packet/s2c/play/BlockEventS2CPacketintermediary net/minecraft/class_2623official acx
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Blockstatic final PacketCodec<RegistryByteBuf, BlockEventS2CPacket> private final intprivate final BlockPosprivate final int - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBlockEventS2CPacket(BlockPos pos, Block block, int type, int data)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) getBlock()intgetData()getPos()intgetType()private voidwrite(RegistryByteBuf 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 named CODECLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_47904Lnet/minecraft/class_2623;field_47904:Lnet/minecraft/class_9139;official aLacx;a:Lzm;
 - 
pos
- Mappings:
 Namespace Name Mixin selector named posLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;intermediary field_12044Lnet/minecraft/class_2623;field_12044:Lnet/minecraft/class_2338;official bLacx;b:Ljb;
 - 
type
private final int type- Mappings:
 Namespace Name Mixin selector named typeLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;type:Iintermediary field_12042Lnet/minecraft/class_2623;field_12042:Iofficial cLacx;c:I
 - 
data
private final int data- Mappings:
 Namespace Name Mixin selector named dataLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;data:Iintermediary field_12041Lnet/minecraft/class_2623;field_12041:Iofficial dLacx;d:I
 - 
block
- Mappings:
 Namespace Name Mixin selector named blockLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;block:Lnet/minecraft/block/Block;intermediary field_12043Lnet/minecraft/class_2623;field_12043:Lnet/minecraft/class_2248;official eLacx;e:Ldpz;
 
 - 
 - 
Constructor Details
- 
BlockEventS2CPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)Vintermediary <init>Lnet/minecraft/class_2623;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;II)Vofficial <init>Lacx;<init>(Ljb;Ldpz;II)V
 - 
BlockEventS2CPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;<init>(Lnet/minecraft/network/RegistryByteBuf;)Vintermediary <init>Lnet/minecraft/class_2623;<init>(Lnet/minecraft/class_9129;)Vofficial <init>Lacx;<init>(Lwx;)V
 
 - 
 - 
Method Details
- 
write
- Mappings:
 Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;write(Lnet/minecraft/network/RegistryByteBuf;)Vintermediary method_55860Lnet/minecraft/class_2623;method_55860(Lnet/minecraft/class_9129;)Vofficial aLacx;a(Lwx;)V
 - 
getPacketType
- Specified by:
 getPacketTypein interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzw;a()Lzy;
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)Vintermediary method_11297Lnet/minecraft/class_2623;method_11297(Lnet/minecraft/class_2602;)Vofficial aLacx;a(Lacq;)V
 - 
getPos
- Mappings:
 Namespace Name Mixin selector named getPosLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;intermediary method_11298Lnet/minecraft/class_2623;method_11298()Lnet/minecraft/class_2338;official bLacx;b()Ljb;
 - 
getType
public int getType()- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;getType()Iintermediary method_11294Lnet/minecraft/class_2623;method_11294()Iofficial eLacx;e()I
 - 
getData
public int getData()- Mappings:
 Namespace Name Mixin selector named getDataLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;getData()Iintermediary method_11296Lnet/minecraft/class_2623;method_11296()Iofficial fLacx;f()I
 - 
getBlock
- Mappings:
 Namespace Name Mixin selector named getBlockLnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;getBlock()Lnet/minecraft/block/Block;intermediary method_11295Lnet/minecraft/class_2623;method_11295()Lnet/minecraft/class_2248;official gLacx;g()Ldpz;
 
 -