public abstract class BackpackEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
IBackpackDefinition |
backpackDefinition |
net.minecraft.inventory.IInventory |
backpackInventory |
net.minecraft.entity.player.EntityPlayer |
player |
| Constructor and Description |
|---|
BackpackEvent(net.minecraft.entity.player.EntityPlayer player,
IBackpackDefinition backpackDefinition,
net.minecraft.inventory.IInventory backpackInventory) |
public final net.minecraft.entity.player.EntityPlayer player
public final IBackpackDefinition backpackDefinition
public final net.minecraft.inventory.IInventory backpackInventory
public BackpackEvent(net.minecraft.entity.player.EntityPlayer player,
IBackpackDefinition backpackDefinition,
net.minecraft.inventory.IInventory backpackInventory)