Class CPickItemPacket
java.lang.Object
net.minecraft.network.play.client.CPickItemPacket
- All Implemented Interfaces:
- IPacket<IServerPlayNetHandler>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetSlot()voidhandle(IServerPlayNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacketisSkippable
- 
Field Details- 
slotprivate int slot
 
- 
- 
Constructor Details- 
CPickItemPacketpublic CPickItemPacket()
- 
CPickItemPacketpublic CPickItemPacket(int p_i49547_1_) 
 
- 
- 
Method Details- 
read- Specified by:
- readin interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
handle- Specified by:
- handlein interface- IPacket<IServerPlayNetHandler>
 
- 
getSlotpublic int getSlot()
 
-