public class ItemMap extends ItemMapBase
Item.ToolMaterial
bFull3D, delegate, field_111210_e, hasSubtypes, iconString, itemIcon, itemRand, itemRegistry, maxStackSize
Modifier | Constructor and Description |
---|---|
protected |
ItemMap() |
Modifier and Type | Method and Description |
---|---|
void |
addInformation(ItemStack p_77624_1_,
EntityPlayer p_77624_2_,
java.util.List p_77624_3_,
boolean p_77624_4_) |
Packet |
func_150911_c(ItemStack p_150911_1_,
World p_150911_2_,
EntityPlayer p_150911_3_) |
static MapData |
func_150912_a(int p_150912_0_,
World p_150912_1_) |
MapData |
getMapData(ItemStack p_77873_1_,
World p_77873_2_) |
void |
onCreated(ItemStack p_77622_1_,
World p_77622_2_,
EntityPlayer p_77622_3_) |
void |
onUpdate(ItemStack p_77663_1_,
World p_77663_2_,
Entity p_77663_3_,
int p_77663_4_,
boolean p_77663_5_) |
void |
updateMapData(World p_77872_1_,
Entity p_77872_2_,
MapData p_77872_3_) |
isMap
canItemEditBlocks, doesContainerItemLeaveCraftingGrid, func_150893_a, func_150897_b, getColorFromItemStack, getContainerItem, getCreativeTab, getHasSubtypes, getIconFromDamage, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxItemUseDuration, getMetadata, getMovingObjectPositionFromPlayer, getPotionEffect, getRarity, getShareTag, getSpriteNumber, getSubItems, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasEffect, hitEntity, isDamageable, isFull3D, isItemTool, isPotionIngredient, itemInteractionForEntity, onBlockDestroyed, onEaten, onItemRightClick, onItemUse, onPlayerStoppedUsing, registerIcons, registerItems, requiresMultipleRenderPasses, setContainerItem, setCreativeTab, setFull3D, setHasSubtypes, setMaxDamage, setMaxStackSize, setPotionEffect, setTextureName, setUnlocalizedName, shouldRotateAroundWhenRendering
public void onUpdate(ItemStack p_77663_1_, World p_77663_2_, Entity p_77663_3_, int p_77663_4_, boolean p_77663_5_)
public Packet func_150911_c(ItemStack p_150911_1_, World p_150911_2_, EntityPlayer p_150911_3_)
func_150911_c
in class ItemMapBase
public void onCreated(ItemStack p_77622_1_, World p_77622_2_, EntityPlayer p_77622_3_)
public void addInformation(ItemStack p_77624_1_, EntityPlayer p_77624_2_, java.util.List p_77624_3_, boolean p_77624_4_)
addInformation
in class Item