public class ItemBackpackNaturalist extends ItemBackpack
| Constructor and Description |
|---|
ItemBackpackNaturalist(ISpeciesRoot speciesRoot,
IBackpackDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.inventory.Container |
getContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int page) |
net.minecraft.client.gui.inventory.GuiContainer |
getGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int page) |
protected void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer) |
addInformation, getBackpackSize, getColorFromItemstack, getDefinition, getItemStackDisplayName, getMode, getShareTag, onItemRightClick, onItemUse, onItemUseFirst, registerModel, shouldCauseReequipAnimation, tryStowingonDroppedByPlayergetItemStack, getItemStack, getWildcardaddPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getCreatorModId, getDamage, getDefaultInstance, getDestroySpeed, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getForgeRarity, getHarvestLevel, getHasSubtypes, getHighlightTip, getHorseArmorTexture, getHorseArmorType, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemBurnTime, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getToolClasses, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, initCapabilities, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isFull3D, isInCreativeTab, isMap, isRepairable, isShield, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemUseFinish, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, rayTrace, readNBTShareTag, registerItemBlock, registerItems, renderHelmetOverlay, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setTileEntityItemStackRenderer, setTranslationKey, shouldCauseBlockBreakReset, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBTpublic ItemBackpackNaturalist(ISpeciesRoot speciesRoot, IBackpackDefinition definition)
protected void openGui(net.minecraft.entity.player.EntityPlayer entityplayer)
openGui in class ItemBackpackpublic net.minecraft.client.gui.inventory.GuiContainer getGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int page)
getGui in interface IGuiHandlerItemgetGui in class ItemBackpackpublic net.minecraft.inventory.Container getContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int page)
getContainer in interface IGuiHandlerItemgetContainer in class ItemBackpack