Class ConfirmGuiActionC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.ConfirmGuiActionC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official inintermediary net/minecraft/class_2057named net/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) shortintvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
windowId
private int windowId- Mappings:
Namespace Name Mixin selector official aLin;a:Iintermediary field_8776Lnet/minecraft/class_2057;field_8776:Inamed windowIdLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;windowId:I
-
actionId
private short actionId- Mappings:
Namespace Name Mixin selector official bLin;b:Sintermediary field_8777Lnet/minecraft/class_2057;field_8777:Snamed actionIdLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;actionId:S
-
accepted
private boolean accepted- Mappings:
Namespace Name Mixin selector official cLin;c:Zintermediary field_8778Lnet/minecraft/class_2057;field_8778:Znamed acceptedLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;accepted:Z
-
-
Constructor Details
-
ConfirmGuiActionC2SPacket
public ConfirmGuiActionC2SPacket() -
ConfirmGuiActionC2SPacket
@Environment(CLIENT) public ConfirmGuiActionC2SPacket(int windowId, short actionId, boolean accepted) - Mappings:
Namespace Name Mixin selector official <init>Lin;<init>(ISZ)Vintermediary <init>Lnet/minecraft/class_2057;<init>(ISZ)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;<init>(ISZ)V
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLin;a(Lih;)Vintermediary method_7965Lnet/minecraft/class_2057;method_7965(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfh;a(Leo;)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<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLfh;b(Leo;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
getWindowId
public int getWindowId()- Mappings:
Namespace Name Mixin selector official aLin;a()Iintermediary method_7966Lnet/minecraft/class_2057;method_7966()Inamed getWindowIdLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;getWindowId()I
-
getSyncId
public short getSyncId()- Mappings:
Namespace Name Mixin selector official bLin;b()Sintermediary method_7967Lnet/minecraft/class_2057;method_7967()Snamed getSyncIdLnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;getSyncId()S
-