Class UpdateJigsawC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class UpdateJigsawC2SPacket extends Object implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official ufintermediary net/minecraft/class_3753named net/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private IdentifierattachmentTypeprivate StringfinalStateprivate JigsawBlockEntity.JointjointTypeprivate Identifierpoolprivate BlockPosposprivate IdentifiertargetPool -
Constructor Summary
Constructors Constructor Description UpdateJigsawC2SPacket()UpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType) -
Method Summary
Modifier and Type Method Description voidapply(ServerPlayPacketListener serverPlayPacketListener)IdentifiergetAttachmentType()StringgetFinalState()JigsawBlockEntity.JointgetJointType()IdentifiergetPool()BlockPosgetPos()IdentifiergetTargetPool()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 aLuf;a:Lfx;intermediary field_16565Lnet/minecraft/class_3753;field_16565:Lnet/minecraft/class_2338;named posLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
attachmentType
- Mappings:
Namespace Name Mixin selector official bLuf;b:Lwb;intermediary field_16563Lnet/minecraft/class_3753;field_16563:Lnet/minecraft/class_2960;named attachmentTypeLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;attachmentType:Lnet/minecraft/util/Identifier;
-
targetPool
- Mappings:
Namespace Name Mixin selector official cLuf;c:Lwb;intermediary field_16566Lnet/minecraft/class_3753;field_16566:Lnet/minecraft/class_2960;named targetPoolLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;targetPool:Lnet/minecraft/util/Identifier;
-
pool
- Mappings:
Namespace Name Mixin selector official dLuf;d:Lwb;intermediary field_23401Lnet/minecraft/class_3753;field_23401:Lnet/minecraft/class_2960;named poolLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pool:Lnet/minecraft/util/Identifier;
-
finalState
- Mappings:
Namespace Name Mixin selector official eLuf;e:Ljava/lang/String;intermediary field_16564Lnet/minecraft/class_3753;field_16564:Ljava/lang/String;named finalStateLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;finalState:Ljava/lang/String;
-
jointType
- Mappings:
Namespace Name Mixin selector official fLuf;f:Lcgk$a;intermediary field_23402Lnet/minecraft/class_3753;field_23402:Lnet/minecraft/class_3751$class_4991;named jointTypeLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;jointType:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-
-
Constructor Details
-
UpdateJigsawC2SPacket
public UpdateJigsawC2SPacket() -
UpdateJigsawC2SPacket
@Environment(CLIENT) public UpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)- Mappings:
Namespace Name Mixin selector official <init>Luf;<init>(Lfx;Lwb;Lwb;Lwb;Ljava/lang/String;Lcgk$a;)Vintermediary <init>Lnet/minecraft/class_3753;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_3751$class_4991;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- 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<ServerPlayPacketListener>- 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<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLuf;a(Lss;)Vintermediary method_16392Lnet/minecraft/class_3753;method_16392(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official bLuf;b()Lfx;intermediary method_16396Lnet/minecraft/class_3753;method_16396()Lnet/minecraft/class_2338;named getPosLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getAttachmentType
- Mappings:
Namespace Name Mixin selector official cLuf;c()Lwb;intermediary method_16395Lnet/minecraft/class_3753;method_16395()Lnet/minecraft/class_2960;named getAttachmentTypeLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getAttachmentType()Lnet/minecraft/util/Identifier;
-
getTargetPool
- Mappings:
Namespace Name Mixin selector official dLuf;d()Lwb;intermediary method_16394Lnet/minecraft/class_3753;method_16394()Lnet/minecraft/class_2960;named getTargetPoolLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getTargetPool()Lnet/minecraft/util/Identifier;
-
getPool
- Mappings:
Namespace Name Mixin selector official eLuf;e()Lwb;intermediary method_26435Lnet/minecraft/class_3753;method_26435()Lnet/minecraft/class_2960;named getPoolLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPool()Lnet/minecraft/util/Identifier;
-
getFinalState
- Mappings:
Namespace Name Mixin selector official fLuf;f()Ljava/lang/String;intermediary method_16393Lnet/minecraft/class_3753;method_16393()Ljava/lang/String;named getFinalStateLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getFinalState()Ljava/lang/String;
-
getJointType
- Mappings:
Namespace Name Mixin selector official gLuf;g()Lcgk$a;intermediary method_26436Lnet/minecraft/class_3753;method_26436()Lnet/minecraft/class_3751$class_4991;named getJointTypeLnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getJointType()Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-