Class GhostItemSubmitPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.foundation.gui.container.GhostItemSubmitPacket
-
Constructor Summary
ConstructorsConstructorDescriptionGhostItemSubmitPacket(net.minecraft.network.FriendlyByteBuf buffer) GhostItemSubmitPacket(net.minecraft.world.item.ItemStack item, int slot) -
Method Summary
-
Constructor Details
-
GhostItemSubmitPacket
public GhostItemSubmitPacket(net.minecraft.world.item.ItemStack item, int slot) -
GhostItemSubmitPacket
public GhostItemSubmitPacket(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writein classSimplePacketBase
-
handle
- Specified by:
handlein classSimplePacketBase
-