Class CreativeInventoryActionC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class CreativeInventoryActionC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official lwintermediary net/minecraft/class_2069named net/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intgetSlot()voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
slot
private int slot- Mappings:
Namespace Name Mixin selector official aLlw;a:Iintermediary field_8824Lnet/minecraft/class_2069;field_8824:Inamed slotLnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;slot:I
-
stack
- Mappings:
Namespace Name Mixin selector official bLlw;b:Laip;intermediary field_8825Lnet/minecraft/class_2069;field_8825:Lnet/minecraft/class_1071;named stackLnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;stack:Lnet/minecraft/item/ItemStack;
-
-
Constructor Details
-
CreativeInventoryActionC2SPacket
public CreativeInventoryActionC2SPacket() -
CreativeInventoryActionC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Llw;<init>(ILaip;)Vintermediary <init>Lnet/minecraft/class_2069;<init>(ILnet/minecraft/class_1071;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;<init>(ILnet/minecraft/item/ItemStack;)V
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLlw;a(Lkx;)Vintermediary method_8029Lnet/minecraft/class_2069;method_8029(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLht;a(Lgy;)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 bLht;b(Lgy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
getSlot
public int getSlot()- Mappings:
Namespace Name Mixin selector official aLlw;a()Iintermediary method_8030Lnet/minecraft/class_2069;method_8030()Inamed getSlotLnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;getSlot()I
-
getItemStack
- Mappings:
Namespace Name Mixin selector official bLlw;b()Laip;intermediary method_8031Lnet/minecraft/class_2069;method_8031()Lnet/minecraft/class_1071;named getItemStackLnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;getItemStack()Lnet/minecraft/item/ItemStack;
-