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 nmintermediary 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) 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
method_20197
-
Field Details
-
slot
private int slot- Mappings:
Namespace Name Mixin selector official aLnm;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 bLnm;b:Late;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>Lnm;<init>(ILate;)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 aLnm;a(Lme;)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 aLiv;a(Lhy;)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 bLiv;b(Lhy;)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 bLnm;b()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 cLnm;c()Late;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;
-