Class UpdateJigsawC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official aeb
intermediary net/minecraft/class_3753
named net/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
private final String
private final JigsawBlockEntity.Joint
private final Identifier
private final Identifier
private final BlockPos
private final Identifier
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateJigsawC2SPacket
(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType, int int2, int int3) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) getName()
getPool()
getPos()
int
int
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.Packet
getNewNetworkState, isWritingErrorSkippable
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official a
Laeb;a:Lht;
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;
-
name
- Mappings:
Namespace Name Mixin selector official b
Laeb;b:Lagi;
intermediary field_16563
Lnet/minecraft/class_3753;field_16563:Lnet/minecraft/class_2960;
named name
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;name:Lnet/minecraft/util/Identifier;
-
target
- Mappings:
Namespace Name Mixin selector official c
Laeb;c:Lagi;
intermediary field_16566
Lnet/minecraft/class_3753;field_16566:Lnet/minecraft/class_2960;
named target
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;target:Lnet/minecraft/util/Identifier;
-
pool
- Mappings:
Namespace Name Mixin selector official d
Laeb;d:Lagi;
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
Laeb;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
Laeb;f:Ldgd$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;
-
field_46917
private final int field_46917- Mappings:
Namespace Name Mixin selector official g
Laeb;g:I
intermediary field_46917
Lnet/minecraft/class_3753;field_46917:I
named field_46917
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;field_46917:I
-
field_46918
private final int field_46918- Mappings:
Namespace Name Mixin selector official h
Laeb;h:I
intermediary field_46918
Lnet/minecraft/class_3753;field_46918:I
named field_46918
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;field_46918:I
-
-
Constructor Details
-
UpdateJigsawC2SPacket
public UpdateJigsawC2SPacket(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType, int int2, int int3) - Mappings:
Namespace Name Mixin selector official <init>
Laeb;<init>(Lht;Lagi;Lagi;Lagi;Ljava/lang/String;Ldgd$a;II)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;II)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;II)V
-
UpdateJigsawC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Laeb;<init>(Ltu;)V
intermediary <init>
Lnet/minecraft/class_3753;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lwk;a(Ltu;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Laeb;a(Lacl;)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 a
Laeb;a()Lht;
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;
-
getName
- Mappings:
Namespace Name Mixin selector official d
Laeb;d()Lagi;
intermediary method_16395
Lnet/minecraft/class_3753;method_16395()Lnet/minecraft/class_2960;
named getName
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getName()Lnet/minecraft/util/Identifier;
-
getTarget
- Mappings:
Namespace Name Mixin selector official e
Laeb;e()Lagi;
intermediary method_16394
Lnet/minecraft/class_3753;method_16394()Lnet/minecraft/class_2960;
named getTarget
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getTarget()Lnet/minecraft/util/Identifier;
-
getPool
- Mappings:
Namespace Name Mixin selector official f
Laeb;f()Lagi;
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 g
Laeb;g()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 h
Laeb;h()Ldgd$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;
-
method_54668
public int method_54668()- Mappings:
Namespace Name Mixin selector official i
Laeb;i()I
intermediary method_54668
Lnet/minecraft/class_3753;method_54668()I
named method_54668
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;method_54668()I
-
method_54669
public int method_54669()- Mappings:
Namespace Name Mixin selector official j
Laeb;j()I
intermediary method_54669
Lnet/minecraft/class_3753;method_54669()I
named method_54669
Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;method_54669()I
-