Uses of Class
net.minecraft.src.InventoryPlayer

Packages that use InventoryPlayer
net.minecraft.src   
 

Uses of InventoryPlayer in net.minecraft.src
 

Fields in net.minecraft.src declared as InventoryPlayer
 InventoryPlayer EntityPlayer.inventory
          Inventory of the player
 

Methods in net.minecraft.src with parameters of type InventoryPlayer
 void InventoryPlayer.copyInventory(InventoryPlayer par1InventoryPlayer)
          Copy the ItemStack contents from another InventoryPlayer instance
static boolean EnchantmentHelper.getAquaAffinityModifier(InventoryPlayer par0InventoryPlayer)
          Returns the aqua affinity status of enchantments on current equipped item of player.
static int EnchantmentHelper.getEfficiencyModifier(InventoryPlayer par0InventoryPlayer)
          Return the extra efficiency of tools based on enchantments on equipped player item.
static int EnchantmentHelper.getEnchantmentModifierDamage(InventoryPlayer par0InventoryPlayer, DamageSource par1DamageSource)
          Returns the modifier of protection enchantments on armors equipped on player.
static int EnchantmentHelper.getEnchantmentModifierLiving(InventoryPlayer par0InventoryPlayer, EntityLiving par1EntityLiving)
          Return the (magic) extra damage of the enchantments on player equipped item.
static int EnchantmentHelper.getFireAspectModifier(InventoryPlayer par0InventoryPlayer, EntityLiving par1EntityLiving)
          Return the fire aspect value of enchantments on equipped player item.
static int EnchantmentHelper.getFortuneModifier(InventoryPlayer par0InventoryPlayer)
          Returns the fortune enchantment modifier of the current equipped item of player.
static int EnchantmentHelper.getKnockbackModifier(InventoryPlayer par0InventoryPlayer, EntityLiving par1EntityLiving)
          Returns the knockback value of enchantments on equipped player item.
static int EnchantmentHelper.getLootingModifier(InventoryPlayer par0InventoryPlayer)
          Returns the looting enchantment modifier of the current equipped item of player.
 short Container.getNextTransactionID(InventoryPlayer par1InventoryPlayer)
           
static int EnchantmentHelper.getRespiration(InventoryPlayer par0InventoryPlayer)
          Returns the 'Water Breathing' modifier of enchantments on player equipped armors.
static boolean EnchantmentHelper.getSilkTouchModifier(InventoryPlayer par0InventoryPlayer)
          Returns the silk touch status of enchantments on current equipped item of player.
static int EnchantmentHelper.getUnbreakingModifier(InventoryPlayer par0InventoryPlayer)
          Returns the unbreaking enchantment modifier on current equipped item of player.
 

Constructors in net.minecraft.src with parameters of type InventoryPlayer
ContainerBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
           
ContainerEnchantment(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
           
ContainerFurnace(InventoryPlayer par1InventoryPlayer, TileEntityFurnace par2TileEntityFurnace)
           
ContainerMerchant(InventoryPlayer par1InventoryPlayer, IMerchant par2IMerchant, World par3World)
           
ContainerPlayer(InventoryPlayer par1InventoryPlayer)
           
ContainerPlayer(InventoryPlayer par1InventoryPlayer, boolean par2)
           
ContainerWorkbench(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
           
GuiBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
           
GuiCrafting(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
           
GuiDispenser(InventoryPlayer par1InventoryPlayer, TileEntityDispenser par2TileEntityDispenser)
           
GuiEnchantment(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
           
GuiFurnace(InventoryPlayer par1InventoryPlayer, TileEntityFurnace par2TileEntityFurnace)
           
GuiMerchant(InventoryPlayer par1InventoryPlayer, IMerchant par2IMerchant, World par3World)