public class BackpackStowEvent extends BackpackEvent
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.item.ItemStack |
stackToStow |
backpackDefinition, backpackInventory, player| Constructor and Description |
|---|
BackpackStowEvent(net.minecraft.entity.player.EntityPlayer player,
IBackpackDefinition backpackDefinition,
net.minecraft.inventory.IInventory backpackInventory,
net.minecraft.item.ItemStack stackToStow) |
public BackpackStowEvent(net.minecraft.entity.player.EntityPlayer player,
IBackpackDefinition backpackDefinition,
net.minecraft.inventory.IInventory backpackInventory,
net.minecraft.item.ItemStack stackToStow)