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 uf
intermediary net/minecraft/class_3753
named net/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private Identifier
attachmentType
private String
finalState
private JigsawBlockEntity.Joint
jointType
private Identifier
pool
private BlockPos
pos
private Identifier
targetPool
-
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 void
apply(ServerPlayPacketListener serverPlayPacketListener)
Identifier
getAttachmentType()
String
getFinalState()
JigsawBlockEntity.Joint
getJointType()
Identifier
getPool()
BlockPos
getPos()
Identifier
getTargetPool()
void
read(PacketByteBuf buf)
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official a
Luf;a:Lfx;
intermediary field_16565
Lnet/minecraft/class_3753;field_16565:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
attachmentType
- Mappings:
Namespace Name Mixin selector official b
Luf;b:Lwb;
intermediary field_16563
Lnet/minecraft/class_3753;field_16563:Lnet/minecraft/class_2960;
named attachmentType
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;attachmentType:Lnet/minecraft/util/Identifier;
-
targetPool
- Mappings:
Namespace Name Mixin selector official c
Luf;c:Lwb;
intermediary field_16566
Lnet/minecraft/class_3753;field_16566:Lnet/minecraft/class_2960;
named targetPool
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;targetPool:Lnet/minecraft/util/Identifier;
-
pool
- Mappings:
Namespace Name Mixin selector official d
Luf;d:Lwb;
intermediary field_23401
Lnet/minecraft/class_3753;field_23401:Lnet/minecraft/class_2960;
named pool
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pool:Lnet/minecraft/util/Identifier;
-
finalState
- Mappings:
Namespace Name Mixin selector official e
Luf;e:Ljava/lang/String;
intermediary field_16564
Lnet/minecraft/class_3753;field_16564:Ljava/lang/String;
named finalState
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;finalState:Ljava/lang/String;
-
jointType
- Mappings:
Namespace Name Mixin selector official f
Luf;f:Lcgk$a;
intermediary field_23402
Lnet/minecraft/class_3753;field_23402:Lnet/minecraft/class_3751$class_4991;
named jointType
Lnet/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;)V
intermediary <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;)V
named <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:
read
in interfacePacket<ServerPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Luf;a(Lss;)V
intermediary method_16392
Lnet/minecraft/class_3753;method_16392(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official b
Luf;b()Lfx;
intermediary method_16396
Lnet/minecraft/class_3753;method_16396()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getAttachmentType
- Mappings:
Namespace Name Mixin selector official c
Luf;c()Lwb;
intermediary method_16395
Lnet/minecraft/class_3753;method_16395()Lnet/minecraft/class_2960;
named getAttachmentType
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getAttachmentType()Lnet/minecraft/util/Identifier;
-
getTargetPool
- Mappings:
Namespace Name Mixin selector official d
Luf;d()Lwb;
intermediary method_16394
Lnet/minecraft/class_3753;method_16394()Lnet/minecraft/class_2960;
named getTargetPool
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getTargetPool()Lnet/minecraft/util/Identifier;
-
getPool
- Mappings:
Namespace Name Mixin selector official e
Luf;e()Lwb;
intermediary method_26435
Lnet/minecraft/class_3753;method_26435()Lnet/minecraft/class_2960;
named getPool
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPool()Lnet/minecraft/util/Identifier;
-
getFinalState
- Mappings:
Namespace Name Mixin selector official f
Luf;f()Ljava/lang/String;
intermediary method_16393
Lnet/minecraft/class_3753;method_16393()Ljava/lang/String;
named getFinalState
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getFinalState()Ljava/lang/String;
-
getJointType
- Mappings:
Namespace Name Mixin selector official g
Luf;g()Lcgk$a;
intermediary method_26436
Lnet/minecraft/class_3753;method_26436()Lnet/minecraft/class_3751$class_4991;
named getJointType
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getJointType()Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-