History - net.minecraft.world.item.Item
1.21.3
Names
cul
cxl
Fields
Map<Block, Item>: d, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
Map<Block, Item>: f, BY_BLOCK, field_8003, BLOCK_ITEMS
Item: j, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
Item: d, craftingRemainingItem, field_8008, recipeRemainder
String: k, descriptionId, field_8014, translationKey, f_41379_
String: l, descriptionId, field_8014, translationKey
int: g, DEFAULT_MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_315532_
int: i, DEFAULT_MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT
int: i, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
int: k, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS
org.slf4j.Logger: a, LOGGER, field_27017, LOGGER, f_150883_
org.slf4j.Logger: a, LOGGER, field_27017, LOGGER
Holder$Reference<Item>: b, builtInRegistryHolder, field_36401, registryEntry, f_204113_
Holder$Reference<Item>: b, builtInRegistryHolder, field_36401, registryEntry
FeatureFlagSet: l, requiredFeatures, field_40209, requiredFeatures, f_243811_
FeatureFlagSet: m, requiredFeatures, field_40209, requiredFeatures
int: h, ABSOLUTE_MAX_STACK_SIZE, field_49998, MAX_MAX_COUNT, f_314443_
int: j, ABSOLUTE_MAX_STACK_SIZE, field_49998, MAX_MAX_COUNT
DataComponentMap: c, components, field_49263, components, f_315186_
DataComponentMap: c, components, field_49263, components
ResourceLocation: e, BASE_ATTACK_DAMAGE_ID, field_8006, BASE_ATTACK_DAMAGE_MODIFIER_ID, f_336917_
ResourceLocation: g, BASE_ATTACK_DAMAGE_ID, field_8006, BASE_ATTACK_DAMAGE_MODIFIER_ID
ResourceLocation: f, BASE_ATTACK_SPEED_ID, field_8001, BASE_ATTACK_SPEED_MODIFIER_ID, f_336649_
ResourceLocation: h, BASE_ATTACK_SPEED_ID, field_8001, BASE_ATTACK_SPEED_MODIFIER_ID
com.mojang.serialization.Codec<Holder<Item>>: e, CODEC, field_54952, ENTRY_CODEC
Constructors
Methods
int (Item): a, getId, method_7880, getRawId, m_41393_
int (Item): a, getId, method_7880, getRawId
Item (int): b, byId, method_7875, byRawId, m_41445_
Item (int): b, byId, method_7875, byRawId
Item (Block): a, byBlock, method_7867, fromBlock, m_41439_
Item (Block): a, byBlock, method_7867, fromBlock
int (): q, getDefaultMaxStackSize, method_7882, getMaxCount, m_320193_
int (): h, getDefaultMaxStackSize, method_7882, getMaxCount
boolean (ItemStack, LivingEntity, LivingEntity): a, hurtEnemy, method_7873, postHit, m_7579_
boolean (ItemStack, LivingEntity, LivingEntity): a, hurtEnemy, method_7873, postHit
String (): a, getDescriptionId, method_7876, getTranslationKey, m_5524_
String (): l, getDescriptionId, method_7876, getTranslationKey
String (ItemStack): h, getDescriptionId, method_7866, getTranslationKey, m_5671_
Item (): u, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): v, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
void (ItemStack, Level, Entity, int, boolean): a, inventoryTick, method_7888, inventoryTick, m_6883_
void (ItemStack, Level, Entity, int, boolean): a, inventoryTick, method_7888, inventoryTick
void (ItemStack, Level, Player): b, onCraftedBy, method_54465, onCraftByPlayer, m_7836_
void (ItemStack, Level, Player): a, onCraftedBy, method_54465, onCraftByPlayer
boolean (): ao_, isComplex, method_16698, isNetworkSynced, m_7807_
UseAnim (ItemStack): b, getUseAnimation, method_7853, getUseAction, m_6164_
ItemUseAnimation (ItemStack): b, getUseAnimation, method_7853, getUseAction
boolean (ItemStack): a, isEnchantable, method_7870, isEnchantable, m_8120_
int (): g, getEnchantmentValue, method_7837, getEnchantability, m_6473_
boolean (ItemStack, ItemStack): a, isValidRepairItem, method_7878, canRepair, m_6832_
boolean (ItemStack): d_, isFoil, method_7886, hasGlint, m_5812_
boolean (ItemStack): c_, isFoil, method_7886, hasGlint
float (ItemStack, BlockState): a, getDestroySpeed, method_58404, getMiningSpeed, m_8102_
float (ItemStack, BlockState): a, getDestroySpeed, method_58404, getMiningSpeed
ItemStack (ItemStack, Level, LivingEntity): a, finishUsingItem, method_7861, finishUsing, m_5922_
ItemStack (ItemStack, Level, LivingEntity): a, finishUsingItem, method_7861, finishUsing
boolean (ItemStack, Level, BlockState, BlockPos, LivingEntity): a, mineBlock, method_7879, postMine, m_6813_
boolean (ItemStack, Level, BlockState, BlockPos, LivingEntity): a, mineBlock, method_7879, postMine
void (ItemStack, Level, LivingEntity, int): a, releaseUsing, method_7840, onStoppedUsing, m_5551_
InteractionResultHolder<ItemStack> (Level, Player, InteractionHand): a, use, method_7836, use, m_7203_
ItemStack (): w, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): n, getDefaultInstance, method_7854, getDefaultStack
boolean (BlockState, Level, BlockPos, Player): a, canAttackBlock, method_7885, canMine, m_6777_
boolean (BlockState, Level, BlockPos, Player): a, canAttackBlock, method_7885, canMine
Item (): r, asItem, method_8389, asItem, m_5456_
Item (): j, asItem, method_8389, asItem
InteractionResult (UseOnContext): a, useOn, method_7884, useOnBlock, m_6225_
InteractionResult (UseOnContext): a, useOn, method_7884, useOnBlock
String (): t, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (ItemStack): n, getName, method_7864, getName, m_7626_
Component (ItemStack): a, getName, method_7864, getName
Component (): s, getDescription, method_7848, getName, m_41466_
void (Level, LivingEntity, ItemStack, int): a, onUseTick, method_7852, usageTick, m_5929_
void (Level, LivingEntity, ItemStack, int): a, onUseTick, method_7852, usageTick
boolean (ItemStack): l, useOnRelease, method_7838, isUsedOnRelease, m_41463_
boolean (ItemStack): d_, useOnRelease, method_7838, isUsedOnRelease
SoundEvent (): ap_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): aq_, getEatingSound, method_21830, getEatSound, m_6061_
InteractionResult (ItemStack, Player, LivingEntity, InteractionHand): a, interactLivingEntity, method_7847, useOnEntity, m_6880_
InteractionResult (ItemStack, Player, LivingEntity, InteractionHand): a, interactLivingEntity, method_7847, useOnEntity
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, raycast, m_41435_
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, raycast
void (ItemEntity): a, onDestroyed, method_33261, onItemEntityDestroyed, m_142023_
void (ItemEntity): a, onDestroyed, method_33261, onItemEntityDestroyed
boolean (ItemStack): d, isBarVisible, method_31567, isItemBarVisible, m_142522_
boolean (ItemStack): d, isBarVisible, method_31567, isItemBarVisible
int (ItemStack): e, getBarWidth, method_31569, getItemBarStep, m_142158_
int (ItemStack): e, getBarWidth, method_31569, getItemBarStep
int (ItemStack): f, getBarColor, method_31571, getItemBarColor, m_142159_
int (ItemStack): f, getBarColor, method_31571, getItemBarColor
boolean (ItemStack, Slot, ClickAction, Player): a, overrideStackedOnOther, method_31565, onStackClicked, m_142207_
boolean (ItemStack, Slot, ClickAction, Player): a, overrideStackedOnOther, method_31565, onStackClicked
boolean (ItemStack, ItemStack, Slot, ClickAction, Player, SlotAccess): a, overrideOtherStackedOnMe, method_31566, onClicked, m_142305_
boolean (ItemStack, ItemStack, Slot, ClickAction, Player, SlotAccess): a, overrideOtherStackedOnMe, method_31566, onClicked
Optional<TooltipComponent> (ItemStack): g, getTooltipImage, method_32346, getTooltipData, m_142422_
Optional<TooltipComponent> (ItemStack): k, getTooltipImage, method_32346, getTooltipData
boolean (): ar_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): e, canFitInsideContainerItems, method_31568, canBeNested
Holder$Reference<Item> (): o, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
Holder$Reference<Item> (): f, builtInRegistryHolder, method_40131, getRegistryEntry
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures
void (ItemStack, Level): a, onCraftedPostProcess, method_7843, onCraft, m_42912_
void (ItemStack, Level): a, onCraftedPostProcess, method_7843, onCraft
DataComponentMap (): p, components, method_57347, getComponents, m_320917_
DataComponentMap (): g, components, method_57347, getComponents
void (ItemStack): m, verifyComponentsAfterLoad, method_7860, postProcessComponents, m_324094_
void (ItemStack): l, verifyComponentsAfterLoad, method_7860, postProcessComponents
boolean (ItemStack, BlockState): b, isCorrectToolForDrops, method_58405, isCorrectForDrops, m_8096_
boolean (ItemStack, BlockState): b, isCorrectToolForDrops, method_58405, isCorrectForDrops
void (ItemStack, Item$TooltipContext, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, m_7373_
void (ItemStack, Item$TooltipContext, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip
ItemAttributeModifiers (): j, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, m_7167_
SoundEvent (): e, getBreakingSound, method_57336, getBreakSound, m_318629_
SoundEvent (): a, getBreakingSound, method_57336, getBreakSound
float (Entity, float, DamageSource): a, getAttackDamageBonus, method_58403, getBonusAttackDamage, m_319585_
float (Entity, float, DamageSource): a, getAttackDamageBonus, method_58403, getBonusAttackDamage
void (ItemStack, LivingEntity, LivingEntity): b, postHurtEnemy, method_59978, postDamageEntity, m_338515_
void (ItemStack, LivingEntity, LivingEntity): b, postHurtEnemy, method_59978, postDamageEntity
int (ItemStack, LivingEntity): a, getUseDuration, method_7881, getMaxUseTime, m_8105_
int (ItemStack, LivingEntity): a, getUseDuration, method_7881, getMaxUseTime
InteractionResult (Level, Player, InteractionHand): a, use, method_7836, use
DamageSource (LivingEntity): a, getDamageSource, method_64193, getDamageSource
ItemStack (): k, getCraftingRemainder, method_7858, getRecipeRemainder
boolean (ItemStack, Level, LivingEntity, int): a, releaseUsing, method_7840, onStoppedUsing
Component (): m, getName, method_63680, getName
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
cum
cul
Fields
UUID: e, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
UUID: f, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
ResourceLocation: e, BASE_ATTACK_DAMAGE_ID, field_8006, BASE_ATTACK_DAMAGE_MODIFIER_ID, f_336917_
ResourceLocation: f, BASE_ATTACK_SPEED_ID, field_8001, BASE_ATTACK_SPEED_MODIFIER_ID, f_336649_
Constructors
Methods
String (ItemStack): i, getDescriptionId, method_7866, getTranslationKey, m_5671_
String (ItemStack): h, getDescriptionId, method_7866, getTranslationKey, m_5671_
boolean (): aj_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): ao_, isComplex, method_16698, isNetworkSynced, m_7807_
UseAnim (ItemStack): c, getUseAnimation, method_7853, getUseAction, m_6164_
UseAnim (ItemStack): b, getUseAnimation, method_7853, getUseAction, m_6164_
int (ItemStack): b, getUseDuration, method_7881, getMaxUseTime, m_8105_
Component (ItemStack): o, getName, method_7864, getName, m_7626_
Component (ItemStack): n, getName, method_7864, getName, m_7626_
boolean (ItemStack): m, useOnRelease, method_7838, isUsedOnRelease, m_41463_
boolean (ItemStack): l, useOnRelease, method_7838, isUsedOnRelease, m_41463_
SoundEvent (): ak_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ap_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): al_, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): aq_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (ItemStack): e, isBarVisible, method_31567, isItemBarVisible, m_142522_
boolean (ItemStack): d, isBarVisible, method_31567, isItemBarVisible, m_142522_
int (ItemStack): f, getBarWidth, method_31569, getItemBarStep, m_142158_
int (ItemStack): e, getBarWidth, method_31569, getItemBarStep, m_142158_
int (ItemStack): g, getBarColor, method_31571, getItemBarColor, m_142159_
int (ItemStack): f, getBarColor, method_31571, getItemBarColor, m_142159_
Optional<TooltipComponent> (ItemStack): h, getTooltipImage, method_32346, getTooltipData, m_142422_
Optional<TooltipComponent> (ItemStack): g, getTooltipImage, method_32346, getTooltipData, m_142422_
boolean (): am_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): ar_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
void (ItemStack): n, verifyComponentsAfterLoad, method_7860, postProcessComponents, m_324094_
void (ItemStack): m, verifyComponentsAfterLoad, method_7860, postProcessComponents, m_324094_
float (Player, float): a, getAttackDamageBonus, method_58403, getBonusAttackDamage, m_319585_
float (Entity, float, DamageSource): a, getAttackDamageBonus, method_58403, getBonusAttackDamage, m_319585_
void (ItemStack, LivingEntity, LivingEntity): b, postHurtEnemy, method_59978, postDamageEntity, m_338515_
int (ItemStack, LivingEntity): a, getUseDuration, method_7881, getMaxUseTime, m_8105_
1.20.6
Names
cmt
cum
Fields
Map<Block, Item>: l, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
Map<Block, Item>: d, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
UUID: m, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
UUID: e, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
int: d, maxStackSize, field_8013, maxCount, f_41370_
int: e, maxDamage, field_8012, maxDamage, f_41371_
Item: g, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
Item: j, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
String: h, descriptionId, field_8014, translationKey, f_41379_
String: k, descriptionId, field_8014, translationKey, f_41379_
UUID: n, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
UUID: f, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
Rarity: c, rarity, field_8009, rarity, f_41369_
FoodProperties: i, foodProperties, field_18672, foodComponent, f_41380_
boolean: f, isFireResistant, field_21979, fireproof, f_41372_
int: o, MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_150884_
int: g, DEFAULT_MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_315532_
int: p, EAT_DURATION, field_30888, DEFAULT_MAX_USE_TIME, f_150885_
int: q, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
int: i, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
FeatureFlagSet: j, requiredFeatures, field_40209, requiredFeatures, f_243811_
FeatureFlagSet: l, requiredFeatures, field_40209, requiredFeatures, f_243811_
int: h, ABSOLUTE_MAX_STACK_SIZE, field_49998, MAX_MAX_COUNT, f_314443_
DataComponentMap: c, components, field_49263, components, f_315186_
Constructors
Methods
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): q, getDefaultMaxStackSize, method_7882, getMaxCount, m_320193_
int (): n, getMaxDamage, method_7841, getMaxDamage, m_41462_
boolean (): o, canBeDepleted, method_7846, isDamageable, m_41465_
String (ItemStack): j, getDescriptionId, method_7866, getTranslationKey, m_5671_
String (ItemStack): i, getDescriptionId, method_7866, getTranslationKey, m_5671_
boolean (): r, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
Item (): s, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
Item (): u, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): t, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): v, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): al_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): aj_, isComplex, method_16698, isNetworkSynced, m_7807_
Rarity (ItemStack): n, getRarity, method_7862, getRarity, m_41460_
boolean (ItemStack): d_, isEnchantable, method_7870, isEnchantable, m_8120_
boolean (ItemStack): a, isEnchantable, method_7870, isEnchantable, m_8120_
int (): c, getEnchantmentValue, method_7837, getEnchantability, m_6473_
int (): g, getEnchantmentValue, method_7837, getEnchantability, m_6473_
boolean (ItemStack): i, isFoil, method_7886, hasGlint, m_5812_
boolean (ItemStack): d_, isFoil, method_7886, hasGlint, m_5812_
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, m_8102_
float (ItemStack, BlockState): a, getDestroySpeed, method_58404, getMiningSpeed, m_8102_
boolean (BlockState): a_, isCorrectToolForDrops, method_7856, isSuitableFor, m_8096_
com.google.common.collect.Multimap<Attribute, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, m_7167_
ItemStack (): am_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): w, getDefaultInstance, method_7854, getDefaultStack, m_7968_
void (ItemStack, Level, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, m_7373_
Item (): k, asItem, method_8389, asItem, m_5456_
Item (): r, asItem, method_8389, asItem, m_5456_
String (): q, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
String (): t, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (ItemStack): m, getName, method_7864, getName, m_7626_
Component (ItemStack): o, getName, method_7864, getName, m_7626_
Component (): p, getDescription, method_7848, getName, m_41466_
Component (): s, getDescription, method_7848, getName, m_41466_
boolean (ItemStack): l, useOnRelease, method_7838, isUsedOnRelease, m_41463_
boolean (ItemStack): m, useOnRelease, method_7838, isUsedOnRelease, m_41463_
boolean (): u, isEdible, method_19263, isFood, m_41472_
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_
SoundEvent (): an_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ak_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ao_, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): al_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (): w, isFireResistant, method_24358, isFireproof, m_41475_
boolean (DamageSource): a, canBeHurtBy, method_24357, damage, m_41386_
void (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessNbt, m_142312_
boolean (): ap_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): am_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
Holder$Reference<Item> (): j, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
Holder$Reference<Item> (): o, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
FeatureFlagSet (): m, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
FeatureFlagSet (): i, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
DataComponentMap (): p, components, method_57347, getComponents, m_320917_
void (ItemStack): n, verifyComponentsAfterLoad, method_7860, postProcessComponents, m_324094_
float (Player, float): a, getAttackDamageBonus, method_58403, getBonusAttackDamage, m_319585_
boolean (ItemStack, BlockState): b, isCorrectToolForDrops, method_58405, isCorrectForDrops, m_8096_
void (ItemStack, Item$TooltipContext, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, m_7373_
ItemAttributeModifiers (): j, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, m_7167_
SoundEvent (): e, getBreakingSound, method_57336, getBreakSound, m_318629_
1.20.4
Names
cja
cmt
Fields
Constructors
Methods
void (ItemStack, Level, Player): b, onCraftedBy, method_7843, onCraft, m_7836_
void (ItemStack, Level, Player): b, onCraftedBy, method_54465, onCraftByPlayer, m_7836_
boolean (): ah_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): al_, isComplex, method_16698, isNetworkSynced, m_7807_
ItemStack (): ai_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): am_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
SoundEvent (): aj_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): an_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ak_, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): ao_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (): al_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): ap_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
void (ItemStack, Level): a, onCraftedPostProcess, method_7843, onCraft, m_42912_
1.20.2
Names
cfu
cja
Fields
Constructors
Methods
boolean (): ad_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): ah_, isComplex, method_16698, isNetworkSynced, m_7807_
ItemStack (): ae_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): ai_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
SoundEvent (): af_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): aj_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ag_, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): ak_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (): ah_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): al_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.20.1
Names
cfq
cfu
Fields
Constructors
Methods
boolean (): ac_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): ad_, isComplex, method_16698, isNetworkSynced, m_7807_
ItemStack (): ad_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): ae_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
SoundEvent (): ae_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): af_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): af_, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): ag_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (): ag_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): ah_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.19.4
Names
cdp
cfq
Fields
Constructors
Methods
int (): n, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): o, getMaxDamage, method_7841, getMaxDamage, m_41462_
int (): n, getMaxDamage, method_7841, getMaxDamage, m_41462_
boolean (): p, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): o, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): s, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
boolean (): r, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
Item (): t, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
Item (): s, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): u, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): t, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): S_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): ac_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (ItemStack): c_, isEnchantable, method_7870, isEnchantable, m_8120_
boolean (ItemStack): d_, isEnchantable, method_7870, isEnchantable, m_8120_
ItemStack (): T_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): ad_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
Item (): l, asItem, method_8389, asItem, m_5456_
Item (): k, asItem, method_8389, asItem, m_5456_
String (): r, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
String (): q, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (): q, getDescription, method_7848, getName, m_41466_
Component (): p, getDescription, method_7848, getName, m_41466_
boolean (): v, isEdible, method_19263, isFood, m_41472_
boolean (): u, isEdible, method_19263, isFood, m_41472_
FoodProperties (): w, getFoodProperties, method_19264, getFoodComponent, m_41473_
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_
SoundEvent (): U_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ae_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): h, getEatingSound, method_21830, getEatSound, m_6061_
SoundEvent (): af_, getEatingSound, method_21830, getEatSound, m_6061_
boolean (): x, isFireResistant, method_24358, isFireproof, m_41475_
boolean (): w, isFireResistant, method_24358, isFireproof, m_41475_
SoundEvent (): g, getEquipSound, method_31570, getEquipSound, m_142602_
boolean (): V_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): ag_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
Holder$Reference<Item> (): k, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
Holder$Reference<Item> (): j, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
1.19.3
Names
cat
cdp
Fields
Map<Block, Item>: k, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
Map<Block, Item>: l, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
UUID: l, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
UUID: m, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
CreativeModeTab: q, category, field_8004, group, f_41377_
UUID: m, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
UUID: n, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
int: n, MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_150884_
int: o, MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_150884_
int: o, EAT_DURATION, field_30888, DEFAULT_MAX_USE_TIME, f_150885_
int: p, EAT_DURATION, field_30888, DEFAULT_MAX_USE_TIME, f_150885_
int: p, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
int: q, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
FeatureFlagSet: j, requiredFeatures, field_40209, requiredFeatures, f_243811_
Constructors
Methods
int (): m, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): n, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): n, getMaxDamage, method_7841, getMaxDamage, m_41462_
int (): o, getMaxDamage, method_7841, getMaxDamage, m_41462_
boolean (): o, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): p, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): r, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
boolean (): s, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
Item (): s, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
Item (): t, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): t, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): u, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): P_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): S_, isComplex, method_16698, isNetworkSynced, m_7807_
CreativeModeTab (): u, getItemCategory, method_7859, getGroup, m_41471_
ItemStack (): Q_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): T_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
void (CreativeModeTab, NonNullList<ItemStack>): a, fillItemCategory, method_7850, appendStacks, m_6787_
boolean (CreativeModeTab): a, allowedIn, method_7877, isIn, m_220152_
String (): q, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
String (): r, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (): p, getDescription, method_7848, getName, m_41466_
Component (): q, getDescription, method_7848, getName, m_41466_
SoundEvent (): R_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): U_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
boolean (): S_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): V_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
FeatureFlagSet (): m, requiredFeatures, method_45322, getRequiredFeatures, m_245183_
1.19.2
Names
Fields
int: o, EAT_DURATION, field_30888, field_30888, f_150885_
int: o, EAT_DURATION, field_30888, DEFAULT_MAX_USE_TIME, f_150885_
int: p, MAX_BAR_WIDTH, field_30889, field_30889, f_150886_
int: p, MAX_BAR_WIDTH, field_30889, ITEM_BAR_STEPS, f_150886_
Constructors
Methods
1.19.1
Names
bzw
cat
Fields
Constructors
Methods
boolean (): Q_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): P_, isComplex, method_16698, isNetworkSynced, m_7807_
ItemStack (): R_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): Q_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
SoundEvent (): S_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): R_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
boolean (): T_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): S_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.19
Names
bus
bzw
Fields
Constructors
Methods
boolean (): O_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): Q_, isComplex, method_16698, isNetworkSynced, m_7807_
ItemStack (): P_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): R_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
boolean (CreativeModeTab): a, allowdedIn, method_7877, isIn, m_41389_
boolean (CreativeModeTab): a, allowedIn, method_7877, isIn, m_220152_
SoundEvent (): Q_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): S_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
boolean (): R_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): T_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.18.2
Names
bua
bus
Fields
int: c, maxStackSize, field_8013, maxCount, f_41370_
int: d, maxStackSize, field_8013, maxCount, f_41370_
int: d, maxDamage, field_8012, maxDamage, f_41371_
int: e, maxDamage, field_8012, maxDamage, f_41371_
Item: f, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
Item: g, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
String: g, descriptionId, field_8014, translationKey, f_41379_
String: h, descriptionId, field_8014, translationKey, f_41379_
Rarity: b, rarity, field_8009, rarity, f_41369_
Rarity: c, rarity, field_8009, rarity, f_41369_
FoodProperties: h, foodProperties, field_18672, foodComponent, f_41380_
FoodProperties: i, foodProperties, field_18672, foodComponent, f_41380_
boolean: e, isFireResistant, field_21979, fireproof, f_41372_
boolean: f, isFireResistant, field_21979, fireproof, f_41372_
org.apache.logging.log4j.Logger: a, LOGGER, field_27017, LOGGER, f_150883_
org.slf4j.Logger: a, LOGGER, field_27017, LOGGER, f_150883_
Holder$Reference<Item>: b, builtInRegistryHolder, field_36401, registryEntry, f_204113_
Constructors
Methods
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): m, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): m, getMaxDamage, method_7841, getMaxDamage, m_41462_
int (): n, getMaxDamage, method_7841, getMaxDamage, m_41462_
boolean (): n, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): o, canBeDepleted, method_7846, isDamageable, m_41465_
boolean (): q, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
boolean (): r, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
Item (): r, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
Item (): s, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): s, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): t, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
boolean (): N_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): O_, isComplex, method_16698, isNetworkSynced, m_7807_
CreativeModeTab (): t, getItemCategory, method_7859, getGroup, m_41471_
CreativeModeTab (): u, getItemCategory, method_7859, getGroup, m_41471_
ItemStack (): O_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
ItemStack (): P_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
Item (): k, asItem, method_8389, asItem, m_5456_
Item (): l, asItem, method_8389, asItem, m_5456_
String (): p, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
String (): q, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (): o, getDescription, method_7848, getName, m_41466_
Component (): p, getDescription, method_7848, getName, m_41466_
boolean (): u, isEdible, method_19263, isFood, m_41472_
boolean (): v, isEdible, method_19263, isFood, m_41472_
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_
FoodProperties (): w, getFoodProperties, method_19264, getFoodComponent, m_41473_
SoundEvent (): P_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): Q_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
boolean (): w, isFireResistant, method_24358, isFireproof, m_41475_
boolean (): x, isFireResistant, method_24358, isFireproof, m_41475_
boolean (): Q_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): R_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
Holder$Reference<Item> (): k, builtInRegistryHolder, method_40131, getRegistryEntry, m_204114_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
bqm
bua
Fields
Constructors
Methods
int (Item): a, getId, method_7880, getRawId, m_41393_, getId
int (Item): a, getId, method_7880, getRawId, m_41393_
Item (int): b, byId, method_7875, byRawId, m_41445_, getById
Item (int): b, byId, method_7875, byRawId, m_41445_
Item (Block): a, byBlock, method_7867, fromBlock, m_41439_, getItemOf
Item (Block): a, byBlock, method_7867, fromBlock, m_41439_
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_, getMaxStackSize
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_
int (): m, getMaxDamage, method_7841, getMaxDamage, m_41462_, getMaxDurability
int (): m, getMaxDamage, method_7841, getMaxDamage, m_41462_
boolean (): n, canBeDepleted, method_7846, isDamageable, m_41465_, usesDurability
boolean (): n, canBeDepleted, method_7846, isDamageable, m_41465_
String (): a, getDescriptionId, method_7876, getTranslationKey, m_5524_, getName
String (): a, getDescriptionId, method_7876, getTranslationKey, m_5524_
Item (): r, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_, getCraftingRemainingItem
Item (): r, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_
boolean (): M_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (): N_, isComplex, method_16698, isNetworkSynced, m_7807_
boolean (ItemStack): a, isEnchantable, method_7870, isEnchantable, m_8120_
boolean (ItemStack): c_, isEnchantable, method_7870, isEnchantable, m_8120_
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, m_8102_, getDestroySpeed
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, m_8102_
boolean (BlockState): a_, isCorrectToolForDrops, method_7856, isSuitableFor, m_8096_, canDestroySpecialBlock
boolean (BlockState): a_, isCorrectToolForDrops, method_7856, isSuitableFor, m_8096_
ItemStack (): N_, getDefaultInstance, method_7854, getDefaultStack, m_7968_, createItemStack
ItemStack (): O_, getDefaultInstance, method_7854, getDefaultStack, m_7968_
Item (): k, asItem, method_8389, asItem, m_5456_, getItem
Item (): k, asItem, method_8389, asItem, m_5456_
boolean (): u, isEdible, method_19263, isFood, m_41472_, isFood
boolean (): u, isEdible, method_19263, isFood, m_41472_
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_, getFoodInfo
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_
SoundEvent (): O_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): P_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
boolean (): P_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
boolean (): Q_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.17.1
Names
bql
bqm
Fields
Constructors
Methods
boolean (): q, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, m_41468_
boolean (): q, shouldOverrideMultiplayerNbt, method_7887, isNbtSynced, m_41468_
1.17
Names
blx
bql
net.minecraft.item.Item
net.minecraft.src.C_1381_
net.minecraft.server.v1_16_R3.Item
net.minecraft.world.item.Item
Fields
Map<Block, Item>: e, BY_BLOCK, field_8003, BLOCK_ITEMS, field_179220_a
Map<Block, Item>: k, BY_BLOCK, field_8003, BLOCK_ITEMS, f_41373_
UUID: f, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, field_111210_e
UUID: l, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, f_41374_
CreativeModeTab: i, category, field_8004, group, field_77701_a
CreativeModeTab: q, category, field_8004, group, f_41377_
Random: h, random, field_8005, RANDOM, field_77697_d, RANDOM
int: b, maxStackSize, field_8013, maxCount, field_77777_bU, maxStackSize
int: c, maxStackSize, field_8013, maxCount, f_41370_
int: c, maxDamage, field_8012, maxDamage, field_77699_b, durability
int: d, maxDamage, field_8012, maxDamage, f_41371_
Item: j, craftingRemainingItem, field_8008, recipeRemainder, field_77700_c, craftingResult
Item: f, craftingRemainingItem, field_8008, recipeRemainder, f_41378_
String: k, descriptionId, field_8014, translationKey, field_77774_bZ, name
String: g, descriptionId, field_8014, translationKey, f_41379_
UUID: g, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, field_185050_h
UUID: m, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, f_41375_
Rarity: a, rarity, field_8009, rarity, field_208075_l
Rarity: b, rarity, field_8009, rarity, f_41369_
FoodProperties: l, foodProperties, field_18672, foodComponent, field_219974_q, foodInfo
FoodProperties: h, foodProperties, field_18672, foodComponent, f_41380_
boolean: d, isFireResistant, field_21979, fireproof, field_234684_d_
boolean: e, isFireResistant, field_21979, fireproof, f_41372_
org.apache.logging.log4j.Logger: a, LOGGER, field_27017, LOGGER, f_150883_
int: n, MAX_STACK_SIZE, field_30887, DEFAULT_MAX_COUNT, f_150884_
int: o, EAT_DURATION, field_30888, field_30888, f_150885_
int: p, MAX_BAR_WIDTH, field_30889, field_30889, f_150886_
Constructors
Methods
int (Item): a, getId, method_7880, getRawId, func_150891_b, getId
int (Item): a, getId, method_7880, getRawId, m_41393_, getId
Item (int): b, byId, method_7875, byRawId, func_150899_d, getById
Item (int): b, byId, method_7875, byRawId, m_41445_, getById
Item (Block): a, byBlock, method_7867, fromBlock, func_150898_a, getItemOf
Item (Block): a, byBlock, method_7867, fromBlock, m_41439_, getItemOf
boolean (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessNbt, func_179215_a
int (): i, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): l, getMaxStackSize, method_7882, getMaxCount, m_41459_, getMaxStackSize
int (): j, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
int (): m, getMaxDamage, method_7841, getMaxDamage, m_41462_, getMaxDurability
boolean (): k, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): n, canBeDepleted, method_7846, isDamageable, m_41465_, usesDurability
boolean (ItemStack, LivingEntity, LivingEntity): a, hurtEnemy, method_7873, postHit, func_77644_a
boolean (ItemStack, LivingEntity, LivingEntity): a, hurtEnemy, method_7873, postHit, m_7579_
String (): a, getDescriptionId, method_7876, getTranslationKey, func_77658_a, getName
String (): a, getDescriptionId, method_7876, getTranslationKey, m_5524_, getName
String (ItemStack): f, getDescriptionId, method_7866, getTranslationKey, func_77667_c
String (ItemStack): j, getDescriptionId, method_7866, getTranslationKey, m_5671_
boolean (): n, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
boolean (): q, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, m_41468_
Item (): o, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q, getCraftingRemainingItem
Item (): r, getCraftingRemainingItem, method_7858, getRecipeRemainder, m_41469_, getCraftingRemainingItem
boolean (): p, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
boolean (): s, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, m_41470_
void (ItemStack, Level, Entity, int, boolean): a, inventoryTick, method_7888, inventoryTick, func_77663_a
void (ItemStack, Level, Entity, int, boolean): a, inventoryTick, method_7888, inventoryTick, m_6883_
void (ItemStack, Level, Player): b, onCraftedBy, method_7843, onCraft, func_77622_d
void (ItemStack, Level, Player): b, onCraftedBy, method_7843, onCraft, m_7836_
boolean (): ac_, isComplex, method_16698, isNetworkSynced, func_77643_m_
boolean (): M_, isComplex, method_16698, isNetworkSynced, m_7807_
UseAnim (ItemStack): d_, getUseAnimation, method_7853, getUseAction, func_77661_b
UseAnim (ItemStack): c, getUseAnimation, method_7853, getUseAction, m_6164_
int (ItemStack): e_, getUseDuration, method_7881, getMaxUseTime, func_77626_a
int (ItemStack): b, getUseDuration, method_7881, getMaxUseTime, m_8105_
Rarity (ItemStack): i, getRarity, method_7862, getRarity, func_77613_e
Rarity (ItemStack): n, getRarity, method_7862, getRarity, m_41460_
boolean (ItemStack): f_, isEnchantable, method_7870, isEnchantable, func_77616_k
boolean (ItemStack): a, isEnchantable, method_7870, isEnchantable, m_8120_
int (): c, getEnchantmentValue, method_7837, getEnchantability, func_77619_b
int (): c, getEnchantmentValue, method_7837, getEnchantability, m_6473_
boolean (ItemStack, ItemStack): a, isValidRepairItem, method_7878, canRepair, func_82789_a
boolean (ItemStack, ItemStack): a, isValidRepairItem, method_7878, canRepair, m_6832_
boolean (ItemStack): e, isFoil, method_7886, hasGlint, func_77636_d
boolean (ItemStack): i, isFoil, method_7886, hasGlint, m_5812_
CreativeModeTab (): q, getItemCategory, method_7859, getGroup, func_77640_w
CreativeModeTab (): t, getItemCategory, method_7859, getGroup, m_41471_
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, func_150893_a, getDestroySpeed
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, m_8102_, getDestroySpeed
ItemStack (ItemStack, Level, LivingEntity): a, finishUsingItem, method_7861, finishUsing, func_77654_b
ItemStack (ItemStack, Level, LivingEntity): a, finishUsingItem, method_7861, finishUsing, m_5922_
boolean (ItemStack, Level, BlockState, BlockPos, LivingEntity): a, mineBlock, method_7879, postMine, func_179218_a
boolean (ItemStack, Level, BlockState, BlockPos, LivingEntity): a, mineBlock, method_7879, postMine, m_6813_
boolean (BlockState): b, isCorrectToolForDrops, method_7856, isSuitableFor, func_150897_b, canDestroySpecialBlock
boolean (BlockState): a_, isCorrectToolForDrops, method_7856, isSuitableFor, m_8096_, canDestroySpecialBlock
void (ItemStack, Level, LivingEntity, int): a, releaseUsing, method_7840, onStoppedUsing, func_77615_a
void (ItemStack, Level, LivingEntity, int): a, releaseUsing, method_7840, onStoppedUsing, m_5551_
com.google.common.collect.Multimap<Attribute, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, func_111205_h
com.google.common.collect.Multimap<Attribute, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, m_7167_
InteractionResultHolder<ItemStack> (Level, Player, InteractionHand): a, use, method_7836, use, func_77659_a
InteractionResultHolder<ItemStack> (Level, Player, InteractionHand): a, use, method_7836, use, m_7203_
ItemStack (): r, getDefaultInstance, method_7854, getDefaultStack, func_190903_i, createItemStack
ItemStack (): N_, getDefaultInstance, method_7854, getDefaultStack, m_7968_, createItemStack
void (ItemStack, Level, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, func_77624_a
void (ItemStack, Level, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, m_7373_
void (CreativeModeTab, NonNullList<ItemStack>): a, fillItemCategory, method_7850, appendStacks, func_150895_a
void (CreativeModeTab, NonNullList<ItemStack>): a, fillItemCategory, method_7850, appendStacks, m_6787_
boolean (CreativeModeTab): a, allowdedIn, method_7877, isIn, func_194125_a
boolean (CreativeModeTab): a, allowdedIn, method_7877, isIn, m_41389_
boolean (BlockState, Level, BlockPos, Player): a, canAttackBlock, method_7885, canMine, func_195938_a
boolean (BlockState, Level, BlockPos, Player): a, canAttackBlock, method_7885, canMine, m_6777_
Item (): h, asItem, method_8389, asItem, func_199767_j, getItem
Item (): k, asItem, method_8389, asItem, m_5456_, getItem
InteractionResult (UseOnContext): a, useOn, method_7884, useOnBlock, func_195939_a
InteractionResult (UseOnContext): a, useOn, method_7884, useOnBlock, m_6225_
String (): m, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
String (): p, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, m_41467_
Component (ItemStack): h, getName, method_7864, getName, func_200295_i
Component (ItemStack): m, getName, method_7864, getName, m_7626_
boolean (Tag<Item>): a, is, method_7855, isIn, func_206844_a
Component (): l, getDescription, method_7848, getName, func_200296_o
Component (): o, getDescription, method_7848, getName, m_41466_
void (Level, LivingEntity, ItemStack, int): a, onUseTick, method_7852, usageTick, func_219972_a
void (Level, LivingEntity, ItemStack, int): a, onUseTick, method_7852, usageTick, m_5929_
boolean (ItemStack): j, useOnRelease, method_7838, isUsedOnRelease, func_219970_i
boolean (ItemStack): l, useOnRelease, method_7838, isUsedOnRelease, m_41463_
boolean (): s, isEdible, method_19263, isFood, func_219971_r, isFood
boolean (): u, isEdible, method_19263, isFood, m_41472_, isFood
FoodProperties (): t, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
FoodProperties (): v, getFoodProperties, method_19264, getFoodComponent, m_41473_, getFoodInfo
SoundEvent (): ae_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): O_, getDrinkingSound, method_21831, getDrinkSound, m_6023_
SoundEvent (): ad_, getEatingSound, method_21830, getEatSound, func_225519_S__
SoundEvent (): h, getEatingSound, method_21830, getEatSound, m_6061_
InteractionResult (ItemStack, Player, LivingEntity, InteractionHand): a, interactLivingEntity, method_7847, useOnEntity, func_111207_a
InteractionResult (ItemStack, Player, LivingEntity, InteractionHand): a, interactLivingEntity, method_7847, useOnEntity, m_6880_
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, raycast, func_219968_a
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, raycast, m_41435_
boolean (): u, isFireResistant, method_24358, isFireproof, func_234687_u_
boolean (): w, isFireResistant, method_24358, isFireproof, m_41475_
boolean (DamageSource): a, canBeHurtBy, method_24357, damage, func_234685_a_
boolean (DamageSource): a, canBeHurtBy, method_24357, damage, m_41386_
void (ItemEntity): a, onDestroyed, method_33261, onItemEntityDestroyed, m_142023_
void (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessNbt, m_142312_
boolean (ItemStack): e, isBarVisible, method_31567, isItemBarVisible, m_142522_
int (ItemStack): f, getBarWidth, method_31569, getItemBarStep, m_142158_
int (ItemStack): g, getBarColor, method_31571, getItemBarColor, m_142159_
boolean (ItemStack, Slot, ClickAction, Player): a, overrideStackedOnOther, method_31565, onStackClicked, m_142207_
boolean (ItemStack, ItemStack, Slot, ClickAction, Player, SlotAccess): a, overrideOtherStackedOnMe, method_31566, onClicked, m_142305_
Optional<TooltipComponent> (ItemStack): h, getTooltipImage, method_32346, getTooltipData, m_142422_
SoundEvent (): g, getEquipSound, method_31570, getEquipSound, m_142602_
boolean (): P_, canFitInsideContainerItems, method_31568, canBeNested, m_142095_
1.16.5
Names
Fields
Constructors
Methods
boolean (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessTag, func_179215_a
boolean (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessNbt, func_179215_a
boolean (BlockState): b, isCorrectToolForDrops, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (BlockState): b, isCorrectToolForDrops, method_7856, isSuitableFor, func_150897_b, canDestroySpecialBlock
1.16.4
Names
blu
blx
net.minecraft.server.v1_16_R2.Item
net.minecraft.server.v1_16_R3.Item
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
ItemStack (): r, getDefaultInstance, method_7854, getStackForRender, func_190903_i
ItemStack (): r, getDefaultInstance, method_7854, getDefaultStack, func_190903_i, createItemStack
1.16.2
Names
bke
blu
net.minecraft.server.v1_16_R1.Item
net.minecraft.server.v1_16_R2.Item
Fields
Constructors
Methods
boolean (): ae_, isComplex, method_16698, isNetworkSynced, func_77643_m_
boolean (): ac_, isComplex, method_16698, isNetworkSynced, func_77643_m_
SoundEvent (): ag_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): ae_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): af_, getEatingSound, method_21830, getEatSound, func_225519_S__
SoundEvent (): ad_, getEatingSound, method_21830, getEatSound, func_225519_S__
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, rayTrace, func_219968_a
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, raycast, func_219968_a
1.16.1
Names
bei
bke
net.minecraft.server.v1_15_R1.Item
net.minecraft.server.v1_16_R1.Item
Fields
Map<Block, Item>: f, BY_BLOCK, field_8003, BLOCK_ITEMS, field_179220_a
Map<Block, Item>: e, BY_BLOCK, field_8003, BLOCK_ITEMS, field_179220_a
UUID: g, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_UUID, field_111210_e
UUID: f, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_ID, field_111210_e
CreativeModeTab: j, category, field_8004, group, field_77701_a
CreativeModeTab: i, category, field_8004, group, field_77701_a
Random: i, random, field_8005, RANDOM, field_77697_d
Random: h, random, field_8005, RANDOM, field_77697_d, RANDOM
int: m, maxStackSize, field_8013, maxCount, field_77777_bU, maxStackSize
int: b, maxStackSize, field_8013, maxCount, field_77777_bU, maxStackSize
int: n, maxDamage, field_8012, maxDamage, field_77699_b, durability
int: c, maxDamage, field_8012, maxDamage, field_77699_b, durability
Item: o, craftingRemainingItem, field_8008, recipeRemainder, field_77700_c, craftingResult
Item: j, craftingRemainingItem, field_8008, recipeRemainder, field_77700_c, craftingResult
String: p, descriptionId, field_8014, translationKey, field_77774_bZ, name
String: k, descriptionId, field_8014, translationKey, field_77774_bZ, name
ItemPropertyFunction: a, PROPERTY_DAMAGED, field_8010, DAMAGED_PROPERTY_GETTER, field_185046_b
ItemPropertyFunction: b, PROPERTY_DAMAGE, field_8000, DAMAGE_PROPERTY_GETTER, field_185047_c
ItemPropertyFunction: c, PROPERTY_LEFTHANDED, field_8011, LEFTHANDED_PROPERTY_GETTER, field_185048_d
ItemPropertyFunction: d, PROPERTY_COOLDOWN, field_8007, COOLDOWN_PROPERTY_GETTER, field_185049_e
UUID: h, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_UUID, field_185050_h
UUID: g, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_ID, field_185050_h
Rarity: l, rarity, field_8009, rarity, field_208075_l
Rarity: a, rarity, field_8009, rarity, field_208075_l
Map<ResourceLocation, ItemPropertyFunction>: k, properties, field_8015, propertyGetters, field_185051_m
ItemPropertyFunction: e, PROPERTY_CUSTOM_MODEL_DATA, field_8002, CUSTOM_DATA_PROPERTY_GETTER, field_219973_e
FoodProperties: q, foodProperties, field_18672, foodComponent, field_219974_q, foodInfo
FoodProperties: l, foodProperties, field_18672, foodComponent, field_219974_q, foodInfo
boolean: d, isFireResistant, field_21979, fireproof, field_234684_d_
Constructors
Methods
boolean (CompoundTag): a, verifyTagAfterLoad, method_7860, postProcessTag, func_179215_a
boolean (CompoundTag): b, verifyTagAfterLoad, method_7860, postProcessTag, func_179215_a
int (): j, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): i, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): k, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
int (): j, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
boolean (): l, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): k, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): o, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
boolean (): n, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
Item (): p, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q
Item (): o, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q, getCraftingRemainingItem
boolean (): q, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
boolean (): p, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
boolean (): R_, isComplex, method_16698, isNetworkSynced, func_77643_m_
boolean (): ae_, isComplex, method_16698, isNetworkSynced, func_77643_m_
UseAnim (ItemStack): e_, getUseAnimation, method_7853, getUseAction, func_77661_b
UseAnim (ItemStack): d_, getUseAnimation, method_7853, getUseAction, func_77661_b
int (ItemStack): f_, getUseDuration, method_7881, getMaxUseTime, func_77626_a
int (ItemStack): e_, getUseDuration, method_7881, getMaxUseTime, func_77626_a
Rarity (ItemStack): h, getRarity, method_7862, getRarity, func_77613_e
Rarity (ItemStack): i, getRarity, method_7862, getRarity, func_77613_e
boolean (ItemStack): g_, isEnchantable, method_7870, isEnchantable, func_77616_k
boolean (ItemStack): f_, isEnchantable, method_7870, isEnchantable, func_77616_k
boolean (ItemStack): d_, isFoil, method_7886, hasEnchantmentGlint, func_77636_d
boolean (ItemStack): e, isFoil, method_7886, hasGlint, func_77636_d
CreativeModeTab (): r, getItemCategory, method_7859, getGroup, func_77640_w
CreativeModeTab (): q, getItemCategory, method_7859, getGroup, func_77640_w
void (ResourceLocation, ItemPropertyFunction): a, addProperty, method_7863, addPropertyGetter, func_185043_a
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeed, func_150893_a, getDestroySpeed
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeedMultiplier, func_150893_a, getDestroySpeed
boolean (BlockState): b, canDestroySpecial, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (BlockState): b, isCorrectToolForDrops, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, Player, LivingEntity, InteractionHand): a, interactEnemy, method_7847, useOnEntity, func_111207_a
com.google.common.collect.Multimap<String, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getModifiers, func_111205_h
com.google.common.collect.Multimap<Attribute, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getAttributeModifiers, func_111205_h
ItemPropertyFunction (ResourceLocation): a, getProperty, method_7868, getPropertyGetter, func_185045_a
boolean (): h, hasProperties, method_7845, hasPropertyGetters, func_185040_i
ItemStack (): s, getDefaultInstance, method_7854, getStackForRender, func_190903_i
ItemStack (): r, getDefaultInstance, method_7854, getStackForRender, func_190903_i
Item (): i, asItem, method_8389, asItem, func_199767_j, getItem
Item (): h, asItem, method_8389, asItem, func_199767_j, getItem
String (): n, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
String (): m, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
Component (ItemStack): g, getName, method_7864, getName, func_200295_i
Component (ItemStack): h, getName, method_7864, getName, func_200295_i
Component (): m, getDescription, method_7848, getName, func_200296_o
Component (): l, getDescription, method_7848, getName, func_200296_o
HitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, rayTrace, func_219968_a
boolean (ItemStack): i, useOnRelease, method_7838, isUsedOnRelease, func_219970_i
boolean (ItemStack): j, useOnRelease, method_7838, isUsedOnRelease, func_219970_i
boolean (): t, isEdible, method_19263, isFood, func_219971_r, isFood
boolean (): s, isEdible, method_19263, isFood, func_219971_r, isFood
FoodProperties (): u, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
FoodProperties (): t, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
SoundEvent (): U_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): ag_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): S_, getEatingSound, method_21830, getEatSound, func_225519_S__
SoundEvent (): af_, getEatingSound, method_21830, getEatSound, func_225519_S__
InteractionResult (ItemStack, Player, LivingEntity, InteractionHand): a, interactLivingEntity, method_7847, useOnEntity, func_111207_a
BlockHitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, rayTrace, func_219968_a
boolean (): u, isFireResistant, method_24358, isFireproof, func_234687_u_
boolean (DamageSource): a, canBeHurtBy, method_24357, damage, func_234685_a_
1.15.2
Names
bef
bei
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
bce
bef
net.minecraft.server.v1_14_R1.Item
net.minecraft.server.v1_15_R1.Item
Fields
Constructors
Methods
int (): h, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): j, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): i, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
int (): k, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
boolean (): j, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): l, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): m, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
boolean (): o, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
Item (): n, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q
Item (): p, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q
boolean (): o, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
boolean (): q, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
boolean (): O_, isComplex, method_16698, isNetworkSynced, func_77643_m_
boolean (): R_, isComplex, method_16698, isNetworkSynced, func_77643_m_
CreativeModeTab (): p, getItemCategory, method_7859, getGroup, func_77640_w
CreativeModeTab (): r, getItemCategory, method_7859, getGroup, func_77640_w
boolean (): f, hasProperties, method_7845, hasPropertyGetters, func_185040_i
boolean (): h, hasProperties, method_7845, hasPropertyGetters, func_185040_i
ItemStack (): q, getDefaultInstance, method_7854, getStackForRender, func_190903_i
ItemStack (): s, getDefaultInstance, method_7854, getStackForRender, func_190903_i
Item (): g, asItem, method_8389, asItem, func_199767_j, getItem
Item (): i, asItem, method_8389, asItem, func_199767_j, getItem
String (): l, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
String (): n, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
Component (): k, getDescription, method_7848, getName, func_200296_o
Component (): m, getDescription, method_7848, getName, func_200296_o
boolean (): r, isEdible, method_19263, isFood, func_219971_r, isFood
boolean (): t, isEdible, method_19263, isFood, func_219971_r, isFood
FoodProperties (): s, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
FoodProperties (): u, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
SoundEvent (): U_, getDrinkingSound, method_21831, getDrinkSound, func_225520_U__
SoundEvent (): S_, getEatingSound, method_21830, getEatSound, func_225519_S__
1.14.4
Names
bbz
bce
net.minecraft.world.item.Item
Fields
Map<Block, Item>: f, field_8003, BLOCK_ITEMS, field_179220_a
Map<Block, Item>: f, BY_BLOCK, field_8003, BLOCK_ITEMS, field_179220_a
UUID: g, field_8006, ATTACK_DAMAGE_MODIFIER_UUID, field_111210_e
UUID: g, BASE_ATTACK_DAMAGE_UUID, field_8006, ATTACK_DAMAGE_MODIFIER_UUID, field_111210_e
CreativeModeTab: j, field_8004, group, field_77701_a
CreativeModeTab: j, category, field_8004, group, field_77701_a
Random: i, field_8005, RANDOM, field_77697_d
Random: i, random, field_8005, RANDOM, field_77697_d
int: m, field_8013, maxCount, field_77777_bU, maxStackSize
int: m, maxStackSize, field_8013, maxCount, field_77777_bU, maxStackSize
int: n, field_8012, maxDamage, field_77699_b, durability
int: n, maxDamage, field_8012, maxDamage, field_77699_b, durability
Item: o, field_8008, recipeRemainder, field_77700_c, craftingResult
Item: o, craftingRemainingItem, field_8008, recipeRemainder, field_77700_c, craftingResult
String: p, field_8014, translationKey, field_77774_bZ, name
String: p, descriptionId, field_8014, translationKey, field_77774_bZ, name
IDynamicTexture: a, field_8010, DAMAGED_PROPERTY_GETTER, field_185046_b
ItemPropertyFunction: a, PROPERTY_DAMAGED, field_8010, DAMAGED_PROPERTY_GETTER, field_185046_b
IDynamicTexture: b, field_8000, DAMAGE_PROPERTY_GETTER, field_185047_c
ItemPropertyFunction: b, PROPERTY_DAMAGE, field_8000, DAMAGE_PROPERTY_GETTER, field_185047_c
IDynamicTexture: c, field_8011, LEFTHANDED_PROPERTY_GETTER, field_185048_d
ItemPropertyFunction: c, PROPERTY_LEFTHANDED, field_8011, LEFTHANDED_PROPERTY_GETTER, field_185048_d
IDynamicTexture: d, field_8007, COOLDOWN_PROPERTY_GETTER, field_185049_e
ItemPropertyFunction: d, PROPERTY_COOLDOWN, field_8007, COOLDOWN_PROPERTY_GETTER, field_185049_e
UUID: h, field_8001, ATTACK_SPEED_MODIFIER_UUID, field_185050_h
UUID: h, BASE_ATTACK_SPEED_UUID, field_8001, ATTACK_SPEED_MODIFIER_UUID, field_185050_h
EnumItemRarity: l, field_8009, rarity, field_208075_l
Rarity: l, rarity, field_8009, rarity, field_208075_l
Map<MinecraftKey, IDynamicTexture>: k, field_8015, propertyGetters, field_185051_m
Map<ResourceLocation, ItemPropertyFunction>: k, properties, field_8015, propertyGetters, field_185051_m
IDynamicTexture: e, field_8002, CUSTOM_DATA_PROPERTY_GETTER, field_219973_e
ItemPropertyFunction: e, PROPERTY_CUSTOM_MODEL_DATA, field_8002, CUSTOM_DATA_PROPERTY_GETTER, field_219973_e
FoodInfo: q, field_18672, foodComponent, field_219974_q, foodInfo
FoodProperties: q, foodProperties, field_18672, foodComponent, field_219974_q, foodInfo
Constructors
Methods
int (Item): a, method_7880, getRawId, func_150891_b, getId
int (Item): a, getId, method_7880, getRawId, func_150891_b, getId
Item (int): b, method_7875, byRawId, func_150899_d, getById
Item (int): b, byId, method_7875, byRawId, func_150899_d, getById
Item (Block): a, method_7867, fromBlock, func_150898_a, getItemOf
Item (Block): a, byBlock, method_7867, fromBlock, func_150898_a, getItemOf
boolean (NBTTagCompound): a, method_7860, postProcessTag, func_179215_a
boolean (CompoundTag): a, verifyTagAfterLoad, method_7860, postProcessTag, func_179215_a
int (): h, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): h, getMaxStackSize, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): i, method_7841, getMaxDamage, func_77612_l, getMaxDurability
int (): i, getMaxDamage, method_7841, getMaxDamage, func_77612_l, getMaxDurability
boolean (): j, method_7846, isDamageable, func_77645_m, usesDurability
boolean (): j, canBeDepleted, method_7846, isDamageable, func_77645_m, usesDurability
boolean (ItemStack, EntityLiving, EntityLiving): a, method_7873, postHit, func_77644_a
boolean (ItemStack, LivingEntity, LivingEntity): a, hurtEnemy, method_7873, postHit, func_77644_a
String (): a, method_7876, getTranslationKey, func_77658_a, getName
String (): a, getDescriptionId, method_7876, getTranslationKey, func_77658_a, getName
String (ItemStack): f, method_7866, getTranslationKey, func_77667_c
String (ItemStack): f, getDescriptionId, method_7866, getTranslationKey, func_77667_c
boolean (): m, method_7887, shouldSyncTagToClient, func_77651_p
boolean (): m, shouldOverrideMultiplayerNbt, method_7887, shouldSyncTagToClient, func_77651_p
Item (): n, method_7858, getRecipeRemainder, func_77668_q
Item (): n, getCraftingRemainingItem, method_7858, getRecipeRemainder, func_77668_q
boolean (): o, method_7857, hasRecipeRemainder, func_77634_r
boolean (): o, hasCraftingRemainingItem, method_7857, hasRecipeRemainder, func_77634_r
void (ItemStack, World, Entity, int, boolean): a, method_7888, inventoryTick, func_77663_a
void (ItemStack, Level, Entity, int, boolean): a, inventoryTick, method_7888, inventoryTick, func_77663_a
void (ItemStack, World, EntityHuman): b, method_7843, onCraft, func_77622_d
void (ItemStack, Level, Player): b, onCraftedBy, method_7843, onCraft, func_77622_d
boolean (): O_, method_16698, isNetworkSynced, func_77643_m_
boolean (): O_, isComplex, method_16698, isNetworkSynced, func_77643_m_
EnumAnimation (ItemStack): e_, method_7853, getUseAction, func_77661_b
UseAnim (ItemStack): e_, getUseAnimation, method_7853, getUseAction, func_77661_b
int (ItemStack): f_, method_7881, getMaxUseTime, func_77626_a
int (ItemStack): f_, getUseDuration, method_7881, getMaxUseTime, func_77626_a
EnumItemRarity (ItemStack): h, method_7862, getRarity, func_77613_e
Rarity (ItemStack): h, getRarity, method_7862, getRarity, func_77613_e
boolean (ItemStack): g_, method_7870, isEnchantable, func_77616_k
boolean (ItemStack): g_, isEnchantable, method_7870, isEnchantable, func_77616_k
int (): c, method_7837, getEnchantability, func_77619_b
int (): c, getEnchantmentValue, method_7837, getEnchantability, func_77619_b
boolean (ItemStack, ItemStack): a, method_7878, canRepair, func_82789_a
boolean (ItemStack, ItemStack): a, isValidRepairItem, method_7878, canRepair, func_82789_a
boolean (ItemStack): d_, method_7886, hasEnchantmentGlint, func_77636_d
boolean (ItemStack): d_, isFoil, method_7886, hasEnchantmentGlint, func_77636_d
CreativeModeTab (): p, method_7859, getGroup, func_77640_w
CreativeModeTab (): p, getItemCategory, method_7859, getGroup, func_77640_w
void (MinecraftKey, IDynamicTexture): a, method_7863, addPropertyGetter, func_185043_a
void (ResourceLocation, ItemPropertyFunction): a, addProperty, method_7863, addPropertyGetter, func_185043_a
float (ItemStack, IBlockData): a, method_7865, getMiningSpeed, func_150893_a, getDestroySpeed
float (ItemStack, BlockState): a, getDestroySpeed, method_7865, getMiningSpeed, func_150893_a, getDestroySpeed
ItemStack (ItemStack, World, EntityLiving): a, method_7861, finishUsing, func_77654_b
ItemStack (ItemStack, Level, LivingEntity): a, finishUsingItem, method_7861, finishUsing, func_77654_b
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, method_7879, postMine, func_179218_a
boolean (ItemStack, Level, BlockState, BlockPos, LivingEntity): a, mineBlock, method_7879, postMine, func_179218_a
boolean (IBlockData): b, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (BlockState): b, canDestroySpecial, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, method_7847, useOnEntity, func_111207_a
boolean (ItemStack, Player, LivingEntity, InteractionHand): a, interactEnemy, method_7847, useOnEntity, func_111207_a
void (ItemStack, World, EntityLiving, int): a, method_7840, onStoppedUsing, func_77615_a
void (ItemStack, Level, LivingEntity, int): a, releaseUsing, method_7840, onStoppedUsing, func_77615_a
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, method_7844, getModifiers, func_111205_h
com.google.common.collect.Multimap<String, AttributeModifier> (EquipmentSlot): a, getDefaultAttributeModifiers, method_7844, getModifiers, func_111205_h
IDynamicTexture (MinecraftKey): a, method_7868, getPropertyGetter, func_185045_a
ItemPropertyFunction (ResourceLocation): a, getProperty, method_7868, getPropertyGetter, func_185045_a
boolean (): f, method_7845, hasPropertyGetters, func_185040_i
boolean (): f, hasProperties, method_7845, hasPropertyGetters, func_185040_i
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, method_7836, use, func_77659_a
InteractionResultHolder<ItemStack> (Level, Player, InteractionHand): a, use, method_7836, use, func_77659_a
ItemStack (): q, method_7854, getStackForRender, func_190903_i
ItemStack (): q, getDefaultInstance, method_7854, getStackForRender, func_190903_i
void (ItemStack, World, List<IChatBaseComponent>, TooltipContext): a, method_7851, appendTooltip, func_77624_a
void (ItemStack, Level, List<Component>, TooltipFlag): a, appendHoverText, method_7851, appendTooltip, func_77624_a
void (CreativeModeTab, NonNullList<ItemStack>): a, method_7850, appendStacks, func_150895_a
void (CreativeModeTab, NonNullList<ItemStack>): a, fillItemCategory, method_7850, appendStacks, func_150895_a
boolean (CreativeModeTab): a, method_7877, isIn, func_194125_a
boolean (CreativeModeTab): a, allowdedIn, method_7877, isIn, func_194125_a
boolean (IBlockData, World, BlockPosition, EntityHuman): a, method_7885, canMine, func_195938_a
boolean (BlockState, Level, BlockPos, Player): a, canAttackBlock, method_7885, canMine, func_195938_a
Item (): g, method_8389, asItem, func_199767_j, getItem
Item (): g, asItem, method_8389, asItem, func_199767_j, getItem
EnumInteractionResult (ItemActionContext): a, method_7884, useOnBlock, func_195939_a
InteractionResult (UseOnContext): a, useOn, method_7884, useOnBlock, func_195939_a
String (): l, method_7869, getOrCreateTranslationKey, func_195935_o
String (): l, getOrCreateDescriptionId, method_7869, getOrCreateTranslationKey, func_195935_o
IChatBaseComponent (ItemStack): g, method_7864, getName, func_200295_i
Component (ItemStack): g, getName, method_7864, getName, func_200295_i
boolean (Tag<Item>): a, method_7855, isIn, func_206844_a
boolean (Tag<Item>): a, is, method_7855, isIn, func_206844_a
IChatBaseComponent (): k, method_7848, getName, func_200296_o
Component (): k, getDescription, method_7848, getName, func_200296_o
void (World, EntityLiving, ItemStack, int): a, method_7852, usageTick, func_219972_a
void (Level, LivingEntity, ItemStack, int): a, onUseTick, method_7852, usageTick, func_219972_a
MovingObjectPosition (World, EntityHuman, RayTrace$FluidCollisionOption): a, method_7872, rayTrace, func_219968_a
HitResult (Level, Player, ClipContext$Fluid): a, getPlayerPOVHitResult, method_7872, rayTrace, func_219968_a
boolean (ItemStack): i, method_7838, isUsedOnRelease, func_219970_i
boolean (ItemStack): i, useOnRelease, method_7838, isUsedOnRelease, func_219970_i
boolean (): r, method_19263, isFood, func_219971_r, isFood
boolean (): r, isEdible, method_19263, isFood, func_219971_r, isFood
FoodInfo (): s, method_19264, getFoodComponent, func_219967_s, getFoodInfo
FoodProperties (): s, getFoodProperties, method_19264, getFoodComponent, func_219967_s, getFoodInfo
1.14.3
Names
bbw
bbz
net.minecraft.item.Item
Fields
Map<Block, Item>: f, field_8003, field_179220_a
Map<Block, Item>: f, field_8003, BLOCK_ITEMS, field_179220_a
UUID: g, field_8006, field_111210_e
UUID: g, field_8006, ATTACK_DAMAGE_MODIFIER_UUID, field_111210_e
CreativeModeTab: j, field_8004, field_77701_a
CreativeModeTab: j, field_8004, group, field_77701_a
Random: i, field_8005, field_77697_d
Random: i, field_8005, RANDOM, field_77697_d
int: m, field_8013, field_77777_bU, maxStackSize
int: m, field_8013, maxCount, field_77777_bU, maxStackSize
int: n, field_8012, field_77699_b, durability
int: n, field_8012, maxDamage, field_77699_b, durability
Item: o, field_8008, field_77700_c, craftingResult
Item: o, field_8008, recipeRemainder, field_77700_c, craftingResult
String: p, field_8014, field_77774_bZ, name
String: p, field_8014, translationKey, field_77774_bZ, name
IDynamicTexture: a, field_8010, field_185046_b
IDynamicTexture: a, field_8010, DAMAGED_PROPERTY_GETTER, field_185046_b
IDynamicTexture: b, field_8000, field_185047_c
IDynamicTexture: b, field_8000, DAMAGE_PROPERTY_GETTER, field_185047_c
IDynamicTexture: c, field_8011, field_185048_d
IDynamicTexture: c, field_8011, LEFTHANDED_PROPERTY_GETTER, field_185048_d
IDynamicTexture: d, field_8007, field_185049_e
IDynamicTexture: d, field_8007, COOLDOWN_PROPERTY_GETTER, field_185049_e
UUID: h, field_8001, field_185050_h
UUID: h, field_8001, ATTACK_SPEED_MODIFIER_UUID, field_185050_h
EnumItemRarity: l, field_8009, field_208075_l
EnumItemRarity: l, field_8009, rarity, field_208075_l
Map<MinecraftKey, IDynamicTexture>: k, field_8015, field_185051_m
Map<MinecraftKey, IDynamicTexture>: k, field_8015, propertyGetters, field_185051_m
IDynamicTexture: e, field_8002, field_219973_e
IDynamicTexture: e, field_8002, CUSTOM_DATA_PROPERTY_GETTER, field_219973_e
FoodInfo: q, field_18672, field_219974_q, foodInfo
FoodInfo: q, field_18672, foodComponent, field_219974_q, foodInfo
Constructors
Methods
int (Item): a, method_7880, func_150891_b, getId
int (Item): a, method_7880, getRawId, func_150891_b, getId
Item (int): b, method_7875, func_150899_d, getById
Item (int): b, method_7875, byRawId, func_150899_d, getById
Item (Block): a, method_7867, func_150898_a, getItemOf
Item (Block): a, method_7867, fromBlock, func_150898_a, getItemOf
boolean (NBTTagCompound): a, method_7860, func_179215_a
boolean (NBTTagCompound): a, method_7860, postProcessTag, func_179215_a
int (): h, method_7882, func_77639_j, getMaxStackSize
int (): h, method_7882, getMaxCount, func_77639_j, getMaxStackSize
int (): i, method_7841, func_77612_l, getMaxDurability
int (): i, method_7841, getMaxDamage, func_77612_l, getMaxDurability
boolean (): j, method_7846, func_77645_m, usesDurability
boolean (): j, method_7846, isDamageable, func_77645_m, usesDurability
boolean (ItemStack, EntityLiving, EntityLiving): a, method_7873, func_77644_a
boolean (ItemStack, EntityLiving, EntityLiving): a, method_7873, postHit, func_77644_a
String (): a, method_7876, func_77658_a, getName
String (): a, method_7876, getTranslationKey, func_77658_a, getName
String (ItemStack): f, method_7866, func_77667_c
String (ItemStack): f, method_7866, getTranslationKey, func_77667_c
boolean (): m, method_7887, func_77651_p
boolean (): m, method_7887, shouldSyncTagToClient, func_77651_p
Item (): n, method_7858, func_77668_q
Item (): n, method_7858, getRecipeRemainder, func_77668_q
boolean (): o, method_7857, func_77634_r
boolean (): o, method_7857, hasRecipeRemainder, func_77634_r
void (ItemStack, World, Entity, int, boolean): a, method_7888, func_77663_a
void (ItemStack, World, Entity, int, boolean): a, method_7888, inventoryTick, func_77663_a
void (ItemStack, World, EntityHuman): b, method_7843, func_77622_d
void (ItemStack, World, EntityHuman): b, method_7843, onCraft, func_77622_d
boolean (): P_, method_16698, func_77643_m_
boolean (): O_, method_16698, isNetworkSynced, func_77643_m_
EnumAnimation (ItemStack): e_, method_7853, func_77661_b
EnumAnimation (ItemStack): e_, method_7853, getUseAction, func_77661_b
int (ItemStack): f_, method_7881, func_77626_a
int (ItemStack): f_, method_7881, getMaxUseTime, func_77626_a
EnumItemRarity (ItemStack): h, method_7862, func_77613_e
EnumItemRarity (ItemStack): h, method_7862, getRarity, func_77613_e
boolean (ItemStack): g_, method_7870, func_77616_k
boolean (ItemStack): g_, method_7870, isEnchantable, func_77616_k
int (): c, method_7837, func_77619_b
int (): c, method_7837, getEnchantability, func_77619_b
boolean (ItemStack, ItemStack): a, method_7878, func_82789_a
boolean (ItemStack, ItemStack): a, method_7878, canRepair, func_82789_a
boolean (ItemStack): d_, method_7886, func_77636_d
boolean (ItemStack): d_, method_7886, hasEnchantmentGlint, func_77636_d
CreativeModeTab (): p, method_7859, func_77640_w
CreativeModeTab (): p, method_7859, getGroup, func_77640_w
void (MinecraftKey, IDynamicTexture): a, method_7863, func_185043_a
void (MinecraftKey, IDynamicTexture): a, method_7863, addPropertyGetter, func_185043_a
float (ItemStack, IBlockData): a, method_7865, func_150893_a, getDestroySpeed
float (ItemStack, IBlockData): a, method_7865, getMiningSpeed, func_150893_a, getDestroySpeed
ItemStack (ItemStack, World, EntityLiving): a, method_7861, func_77654_b
ItemStack (ItemStack, World, EntityLiving): a, method_7861, finishUsing, func_77654_b
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, method_7879, func_179218_a
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, method_7879, postMine, func_179218_a
boolean (IBlockData): b, method_7856, func_150897_b, canDestroySpecialBlock
boolean (IBlockData): b, method_7856, isEffectiveOn, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, method_7847, func_111207_a
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, method_7847, useOnEntity, func_111207_a
void (ItemStack, World, EntityLiving, int): a, method_7840, func_77615_a
void (ItemStack, World, EntityLiving, int): a, method_7840, onStoppedUsing, func_77615_a
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, method_7844, func_111205_h
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, method_7844, getModifiers, func_111205_h
IDynamicTexture (MinecraftKey): a, method_7868, func_185045_a
IDynamicTexture (MinecraftKey): a, method_7868, getPropertyGetter, func_185045_a
boolean (): f, method_7845, func_185040_i
boolean (): f, method_7845, hasPropertyGetters, func_185040_i
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, method_7836, func_77659_a
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, method_7836, use, func_77659_a
ItemStack (): q, method_7854, func_190903_i
ItemStack (): q, method_7854, getStackForRender, func_190903_i
void (ItemStack, World, List<IChatBaseComponent>, ITooltipFlag): a, method_7851, func_77624_a
void (ItemStack, World, List<IChatBaseComponent>, TooltipContext): a, method_7851, appendTooltip, func_77624_a
void (CreativeModeTab, NonNullList<ItemStack>): a, method_7850, func_150895_a
void (CreativeModeTab, NonNullList<ItemStack>): a, method_7850, appendStacks, func_150895_a
boolean (CreativeModeTab): a, method_7877, func_194125_a
boolean (CreativeModeTab): a, method_7877, isIn, func_194125_a
boolean (IBlockData, World, BlockPosition, EntityHuman): a, method_7885, func_195938_a
boolean (IBlockData, World, BlockPosition, EntityHuman): a, method_7885, canMine, func_195938_a
Item (): g, method_8389, func_199767_j, getItem
Item (): g, method_8389, asItem, func_199767_j, getItem
EnumInteractionResult (ItemActionContext): a, method_7884, func_195939_a
EnumInteractionResult (ItemActionContext): a, method_7884, useOnBlock, func_195939_a
String (): l, method_7869, func_195935_o
String (): l, method_7869, getOrCreateTranslationKey, func_195935_o
IChatBaseComponent (ItemStack): g, method_7864, func_200295_i
IChatBaseComponent (ItemStack): g, method_7864, getName, func_200295_i
boolean (Tag<Item>): a, method_7855, func_206844_a
boolean (Tag<Item>): a, method_7855, isIn, func_206844_a
IChatBaseComponent (): k, method_7848, func_200296_o
IChatBaseComponent (): k, method_7848, getName, func_200296_o
void (World, EntityLiving, ItemStack, int): a, method_7852, func_219972_a
void (World, EntityLiving, ItemStack, int): a, method_7852, usageTick, func_219972_a
MovingObjectPosition (World, EntityHuman, RayTrace$FluidCollisionOption): a, method_7872, func_219968_a
MovingObjectPosition (World, EntityHuman, RayTrace$FluidCollisionOption): a, method_7872, rayTrace, func_219968_a
boolean (ItemStack): i, method_7838, func_219970_i
boolean (ItemStack): i, method_7838, isUsedOnRelease, func_219970_i
boolean (): r, method_19263, func_219971_r, isFood
boolean (): r, method_19263, isFood, func_219971_r, isFood
FoodInfo (): s, method_19264, func_219967_s, getFoodInfo
FoodInfo (): s, method_19264, getFoodComponent, func_219967_s, getFoodInfo
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
bbv
bbw
Fields
Constructors
Methods
1.14
Names
ata
bbv
net.minecraft.class_1792
net.minecraft.server.v1_13_R2.Item
net.minecraft.server.v1_14_R1.Item
Fields
Map<Block, Item>: f, field_179220_a
Map<Block, Item>: f, field_8003, field_179220_a
UUID: g, field_111210_e
UUID: g, field_8006, field_111210_e
CreativeModeTab: j, field_77701_a
CreativeModeTab: j, field_8004, field_77701_a
Random: i, field_77697_d
Random: i, field_8005, field_77697_d
int: l, field_77777_bU, maxStackSize
int: m, field_8013, field_77777_bU, maxStackSize
int: m, field_77699_b, durability
int: n, field_8012, field_77699_b, durability
Item: n, field_77700_c, craftingResult
Item: o, field_8008, field_77700_c, craftingResult
String: o, field_77774_bZ, name
String: p, field_8014, field_77774_bZ, name
IDynamicTexture: a, field_185046_b
IDynamicTexture: a, field_8010, field_185046_b
IDynamicTexture: b, field_185047_c
IDynamicTexture: b, field_8000, field_185047_c
IDynamicTexture: c, field_185048_d
IDynamicTexture: c, field_8011, field_185048_d
IDynamicTexture: d, field_185049_e
IDynamicTexture: d, field_8007, field_185049_e
UUID: h, field_185050_h
UUID: h, field_8001, field_185050_h
EnumItemRarity: k, field_208075_l
EnumItemRarity: l, field_8009, field_208075_l
Map<MinecraftKey, IDynamicTexture>: e, field_185051_m
Map<MinecraftKey, IDynamicTexture>: k, field_8015, field_185051_m
IDynamicTexture: e, field_8002, field_219973_e
FoodInfo: q, field_18672, field_219974_q, foodInfo
Constructors
Methods
int (Item): a, func_150891_b, getId
int (Item): a, method_7880, func_150891_b, getId
Item (int): b, func_150899_d, getById
Item (int): b, method_7875, func_150899_d, getById
Item (Block): a, func_150898_a, getItemOf
Item (Block): a, method_7867, func_150898_a, getItemOf
boolean (NBTTagCompound): a, func_179215_a
boolean (NBTTagCompound): a, method_7860, func_179215_a
int (): i, func_77639_j, getMaxStackSize
int (): h, method_7882, func_77639_j, getMaxStackSize
int (): j, func_77612_l, getMaxDurability
int (): i, method_7841, func_77612_l, getMaxDurability
boolean (): k, func_77645_m, usesDurability
boolean (): j, method_7846, func_77645_m, usesDurability
boolean (ItemStack, EntityLiving, EntityLiving): a, func_77644_a
boolean (ItemStack, EntityLiving, EntityLiving): a, method_7873, func_77644_a
String (): a, func_77658_a, getName
String (): a, method_7876, func_77658_a, getName
String (ItemStack): h, func_77667_c
String (ItemStack): f, method_7866, func_77667_c
boolean (): n, func_77651_p
boolean (): m, method_7887, func_77651_p
Item (): o, func_77668_q
Item (): n, method_7858, func_77668_q
boolean (): p, func_77634_r
boolean (): o, method_7857, func_77634_r
void (ItemStack, World, Entity, int, boolean): a, func_77663_a
void (ItemStack, World, Entity, int, boolean): a, method_7888, func_77663_a
void (ItemStack, World, EntityHuman): b, func_77622_d
void (ItemStack, World, EntityHuman): b, method_7843, func_77622_d
boolean (): W_, func_77643_m_
boolean (): P_, method_16698, func_77643_m_
EnumAnimation (ItemStack): d, func_77661_b
EnumAnimation (ItemStack): e_, method_7853, func_77661_b
int (ItemStack): c, func_77626_a
int (ItemStack): f_, method_7881, func_77626_a
EnumItemRarity (ItemStack): j, func_77613_e
EnumItemRarity (ItemStack): h, method_7862, func_77613_e
boolean (ItemStack): a, func_77616_k
boolean (ItemStack): g_, method_7870, func_77616_k
MovingObjectPosition (World, EntityHuman, boolean): a, func_77621_a
int (): c, func_77619_b
int (): c, method_7837, func_77619_b
boolean (ItemStack, ItemStack): a, func_82789_a
boolean (ItemStack, ItemStack): a, method_7878, func_82789_a
void (): r, func_150900_l
void (Block): b, func_179216_c
void (Block, Item): a, func_179214_a
boolean (ItemStack): b, func_77636_d
boolean (ItemStack): d_, method_7886, func_77636_d
CreativeModeTab (): q, func_77640_w
CreativeModeTab (): p, method_7859, func_77640_w
void (MinecraftKey, IDynamicTexture): a, func_185043_a
void (MinecraftKey, IDynamicTexture): a, method_7863, func_185043_a
float (ItemStack, IBlockData): a, func_150893_a, getDestroySpeed
float (ItemStack, IBlockData): a, method_7865, func_150893_a, getDestroySpeed
ItemStack (ItemStack, World, EntityLiving): a, func_77654_b
ItemStack (ItemStack, World, EntityLiving): a, method_7861, func_77654_b
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, func_179218_a
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, method_7879, func_179218_a
boolean (IBlockData): a, func_150897_b, canDestroySpecialBlock
boolean (IBlockData): b, method_7856, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, func_111207_a
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, method_7847, func_111207_a
void (ItemStack, World, EntityLiving, int): a, func_77615_a
void (ItemStack, World, EntityLiving, int): a, method_7840, func_77615_a
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, func_111205_h
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, method_7844, func_111205_h
IDynamicTexture (MinecraftKey): a, func_185045_a
IDynamicTexture (MinecraftKey): a, method_7868, func_185045_a
boolean (): g, func_185040_i
boolean (): f, method_7845, func_185040_i
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, func_77659_a
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, method_7836, func_77659_a
ItemStack (): s, func_190903_i
ItemStack (): q, method_7854, func_190903_i
void (ItemStack, World, List<IChatBaseComponent>, ITooltipFlag): a, func_77624_a
void (ItemStack, World, List<IChatBaseComponent>, ITooltipFlag): a, method_7851, func_77624_a
void (CreativeModeTab, NonNullList<ItemStack>): a, func_150895_a
void (CreativeModeTab, NonNullList<ItemStack>): a, method_7850, func_150895_a
boolean (CreativeModeTab): a, func_194125_a
boolean (CreativeModeTab): a, method_7877, func_194125_a
boolean (IBlockData, World, BlockPosition, EntityHuman): a, func_195938_a
boolean (IBlockData, World, BlockPosition, EntityHuman): a, method_7885, func_195938_a
Item (): h, func_199767_j, getItem
Item (): g, method_8389, func_199767_j, getItem
EnumInteractionResult (ItemActionContext): a, func_195939_a
EnumInteractionResult (ItemActionContext): a, method_7884, func_195939_a
String (): m, func_195935_o
String (): l, method_7869, func_195935_o
IChatBaseComponent (ItemStack): i, func_200295_i
IChatBaseComponent (ItemStack): g, method_7864, func_200295_i
void (Block, CreativeModeTab): a, func_200879_a
void (ItemBlock): a, func_200126_a
void (String, Item): a, func_195936_a
void (MinecraftKey, Item): a, func_195940_a
boolean (Tag<Item>): a, func_206844_a
boolean (Tag<Item>): a, method_7855, func_206844_a
IChatBaseComponent (): l, func_200296_o
IChatBaseComponent (): k, method_7848, func_200296_o
void (World, EntityLiving, ItemStack, int): a, method_7852, func_219972_a
MovingObjectPosition (World, EntityHuman, RayTrace$FluidCollisionOption): a, method_7872, func_219968_a
boolean (ItemStack): i, method_7838, func_219970_i
boolean (): r, method_19263, func_219971_r, isFood
FoodInfo (): s, method_19264, func_219967_s, getFoodInfo
1.13.2
Names
asz
ata
Fields
Constructors
Methods
1.13.1
Names
asw
asz
net.minecraft.server.v1_13_R1.Item
net.minecraft.server.v1_13_R2.Item
Fields
RegistryMaterials<MinecraftKey, Item>: f, field_150901_e, REGISTRY
Map<Block, Item>: g, field_179220_a
Map<Block, Item>: f, field_179220_a
UUID: h, field_111210_e
UUID: g, field_111210_e
Random: k, field_77697_d
Random: i, field_77697_d
int: m, field_77777_bU, maxStackSize
int: l, field_77777_bU, maxStackSize
int: n, field_77699_b, durability
int: m, field_77699_b, durability
Item: o, field_77700_c, craftingResult
Item: n, field_77700_c, craftingResult
String: p, field_77774_bZ, name
String: o, field_77774_bZ, name
IRegistry<MinecraftKey, IDynamicTexture>: e, field_185051_m
UUID: i, field_185050_h
UUID: h, field_185050_h
EnumItemRarity: l, field_208075_l
EnumItemRarity: k, field_208075_l
Map<MinecraftKey, IDynamicTexture>: e, field_185051_m
Constructors
Methods
1.13
Names
ain
asw
net.minecraft.server.v1_12_R1.Item
net.minecraft.server.v1_13_R1.Item
Fields
RegistryMaterials<MinecraftKey, Item>: g, field_150901_e, REGISTRY
RegistryMaterials<MinecraftKey, Item>: f, field_150901_e, REGISTRY
Map<Block, Item>: a, field_179220_a
Map<Block, Item>: g, field_179220_a
CreativeModeTab: n, field_77701_a
CreativeModeTab: j, field_77701_a
Random: j, field_77697_d
Random: k, field_77697_d
int: k, field_77777_bU, maxStackSize
int: m, field_77777_bU, maxStackSize
int: o, field_77699_b, durability
int: n, field_77699_b, durability
boolean: l, field_77789_bW
boolean: m, field_77787_bX
Item: p, field_77700_c, craftingResult
Item: o, field_77700_c, craftingResult
String: q, field_77774_bZ, name
String: p, field_77774_bZ, name
IDynamicTexture: b, field_185046_b
IDynamicTexture: a, field_185046_b
IDynamicTexture: c, field_185047_c
IDynamicTexture: b, field_185047_c
IDynamicTexture: d, field_185048_d
IDynamicTexture: c, field_185048_d
IDynamicTexture: e, field_185049_e
IDynamicTexture: d, field_185049_e
IRegistry<MinecraftKey, IDynamicTexture>: f, field_185051_m
IRegistry<MinecraftKey, IDynamicTexture>: e, field_185051_m
EnumItemRarity: l, field_208075_l
Constructors
()
Methods
Item (int): c, func_150899_d, getById
Item (int): b, func_150899_d, getById
Item (String): b, func_111206_d
Item (int): d, func_77625_d
int (): j, func_77639_j, getMaxStackSize
int (): i, func_77639_j, getMaxStackSize
int (int): a, func_77647_b, filterData
boolean (): k, func_77614_k
Item (boolean): a, func_77627_a
int (): l, func_77612_l, getMaxDurability
int (): j, func_77612_l, getMaxDurability
Item (int): e, func_77656_e, setMaxDurability
boolean (): m, func_77645_m, usesDurability
boolean (): k, func_77645_m, usesDurability
Item (): n, func_77664_n
Item (String): c, func_77655_b
String (ItemStack): j, func_77657_g
String (ItemStack): a, func_77667_c
String (ItemStack): h, func_77667_c
boolean (): p, func_77651_p
boolean (): n, func_77651_p
Item (): q, func_77668_q
Item (): o, func_77668_q
boolean (): r, func_77634_r
boolean (): p, func_77634_r
boolean (): f, func_77643_m_
boolean (): W_, func_77643_m_
EnumAnimation (ItemStack): f, func_77661_b
EnumAnimation (ItemStack): d, func_77661_b
int (ItemStack): e, func_77626_a
int (ItemStack): c, func_77626_a
String (ItemStack): b, func_77653_i
EnumItemRarity (ItemStack): g, func_77613_e
EnumItemRarity (ItemStack): j, func_77613_e
boolean (ItemStack): g_, func_77616_k
boolean (ItemStack): a, func_77616_k
Item (CreativeModeTab): b, func_77637_a
boolean (): s, func_82788_x
void (): t, func_150900_l
void (): r, func_150900_l
void (int, String, Item): a, func_179217_a
void (int, MinecraftKey, Item): a, func_179219_a
boolean (): D_, func_77662_d
boolean (): F_, func_77629_n_
boolean (ItemStack): f_, func_77636_d
boolean (ItemStack): b, func_77636_d
CreativeModeTab (): b, func_77640_w
CreativeModeTab (): q, func_77640_w
boolean (): i, func_185040_i
boolean (): g, func_185040_i
EnumInteractionResult (EntityHuman, World, BlockPosition, EnumHand, EnumDirection, float, float, float): a, func_180614_a
ItemStack (): u, func_190903_i
ItemStack (): s, func_190903_i
boolean (IBlockData, World, BlockPosition, EntityHuman): a, func_195938_a
Item (): h, func_199767_j, getItem
EnumInteractionResult (ItemActionContext): a, func_195939_a
String (): m, func_195935_o
IChatBaseComponent (ItemStack): i, func_200295_i
void (Block, CreativeModeTab): a, func_200879_a
void (ItemBlock): a, func_200126_a
void (String, Item): a, func_195936_a
void (MinecraftKey, Item): a, func_195940_a
boolean (Tag<Item>): a, func_206844_a
IChatBaseComponent (): l, func_200296_o
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
ail
ain
Fields
Constructors
Methods
1.12
Names
afh
ail
net.minecraft.server.v1_11_R1.Item
net.minecraft.server.v1_12_R1.Item
Fields
Constructors
Methods
int (): k, func_77639_j, getMaxStackSize
int (): j, func_77639_j, getMaxStackSize
boolean (): l, func_77614_k
boolean (): k, func_77614_k
int (): m, func_77612_l, getMaxDurability
int (): l, func_77612_l, getMaxDurability
boolean (): n, func_77645_m, usesDurability
boolean (): m, func_77645_m, usesDurability
Item (): o, func_77664_n
Item (): n, func_77664_n
boolean (): q, func_77651_p
boolean (): p, func_77651_p
Item (): r, func_77668_q
Item (): q, func_77668_q
boolean (): s, func_77634_r
boolean (): r, func_77634_r
Item (CreativeModeTab): a, func_77637_a
Item (CreativeModeTab): b, func_77637_a
boolean (): t, func_82788_x
boolean (): s, func_82788_x
void (): u, func_150900_l
void (): t, func_150900_l
boolean (): C_, func_77662_d
boolean (): D_, func_77662_d
boolean (): E_, func_77629_n_
boolean (): F_, func_77629_n_
void (ItemStack, EntityHuman, List<String>, boolean): a, func_77624_a
boolean (): j, func_185040_i
boolean (): i, func_185040_i
ItemStack (): i, func_190903_i
ItemStack (): u, func_190903_i
void (Item, CreativeModeTab, NonNullList<ItemStack>): a, func_150895_a
void (ItemStack, World, List<String>, ITooltipFlag): a, func_77624_a
void (CreativeModeTab, NonNullList<ItemStack>): a, func_150895_a
boolean (CreativeModeTab): a, func_194125_a
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
afg
afh
Fields
Constructors
Methods
1.11
Names
adx
afg
net.minecraft.server.v1_10_R1.Item
net.minecraft.server.v1_11_R1.Item
Fields
Constructors
Methods
Item (String): d, func_111206_d
Item (String): b, func_111206_d
int (): j, func_77639_j, getMaxStackSize
int (): k, func_77639_j, getMaxStackSize
boolean (): k, func_77614_k
boolean (): l, func_77614_k
int (): l, func_77612_l, getMaxDurability
int (): m, func_77612_l, getMaxDurability
boolean (): m, func_77645_m, usesDurability
boolean (): n, func_77645_m, usesDurability
Item (): n, func_77664_n
Item (): o, func_77664_n
String (ItemStack): f_, func_77667_c
String (ItemStack): a, func_77667_c
boolean (): p, func_77651_p
boolean (): q, func_77651_p
Item (): q, func_77668_q
Item (): r, func_77668_q
boolean (): r, func_77634_r
boolean (): s, func_77634_r
String (ItemStack): a, func_77653_i
String (ItemStack): b, func_77653_i
boolean (): s, func_82788_x
boolean (): t, func_82788_x
void (): t, func_150900_l
void (): u, func_150900_l
boolean (): A_, func_77662_d
boolean (): C_, func_77662_d
boolean (): C_, func_77629_n_
boolean (): E_, func_77629_n_
boolean (ItemStack): i_, func_77636_d
boolean (ItemStack): f_, func_77636_d
void (Item, CreativeModeTab, List<ItemStack>): a, func_150895_a
EnumInteractionResult (ItemStack, EntityHuman, World, BlockPosition, EnumHand, EnumDirection, float, float, float): a, func_180614_a
InteractionResultWrapper<ItemStack> (ItemStack, World, EntityHuman, EnumHand): a, func_77659_a
boolean (): i, func_185040_i
boolean (): j, func_185040_i
EnumInteractionResult (EntityHuman, World, BlockPosition, EnumHand, EnumDirection, float, float, float): a, func_180614_a
InteractionResultWrapper<ItemStack> (World, EntityHuman, EnumHand): a, func_77659_a
ItemStack (): i, func_190903_i
void (Item, CreativeModeTab, NonNullList<ItemStack>): a, func_150895_a
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
ado
adx
net.minecraft.server.v1_9_R2.Item
net.minecraft.server.v1_10_R1.Item
Fields
Constructors
Methods
1.9.4
Names
net.minecraft.server.v1_9_R1.Item
net.minecraft.server.v1_9_R2.Item
Fields
Constructors
Methods
1.9.2
Names
Fields
RegistryMaterials<MinecraftKey, Item>: f, field_150901_e, REGISTRY
RegistryMaterials<MinecraftKey, Item>: g, field_150901_e, REGISTRY
UUID: g, field_111210_e
UUID: h, field_111210_e
Random: i, field_77697_d
Random: j, field_77697_d
int: j, field_77777_bU, maxStackSize
int: k, field_77777_bU, maxStackSize
boolean: k, field_77789_bW
boolean: l, field_77789_bW
boolean: l, field_77787_bX
boolean: m, field_77787_bX
IRegistry<MinecraftKey, IDynamicTexture>: m, field_185051_m
IRegistry<MinecraftKey, IDynamicTexture>: f, field_185051_m
UUID: h, field_185050_h
UUID: i, field_185050_h
Constructors
Methods
1.9
Names
zw
ado
net.minecraft.server.v1_8_R3.Item
net.minecraft.server.v1_9_R1.Item
Fields
RegistryMaterials<MinecraftKey, Item>: e, field_150901_e, REGISTRY
RegistryMaterials<MinecraftKey, Item>: f, field_150901_e, REGISTRY
UUID: f, field_111210_e
UUID: g, field_111210_e
CreativeModeTab: b, field_77701_a
CreativeModeTab: n, field_77701_a
Random: g, field_77697_d
Random: i, field_77697_d
int: h, field_77777_bU, maxStackSize
int: j, field_77777_bU, maxStackSize
int: c, field_77699_b, durability
int: o, field_77699_b, durability
boolean: i, field_77789_bW
boolean: k, field_77789_bW
boolean: j, field_77787_bX
boolean: l, field_77787_bX
Item: d, field_77700_c, craftingResult
Item: p, field_77700_c, craftingResult
String: k, field_77785_bY
String: l, field_77774_bZ, name
String: q, field_77774_bZ, name
IDynamicTexture: b, field_185046_b
IDynamicTexture: c, field_185047_c
IDynamicTexture: d, field_185048_d
IDynamicTexture: e, field_185049_e
IRegistry<MinecraftKey, IDynamicTexture>: m, field_185051_m
UUID: h, field_185050_h
Constructors
Methods
int (Item): b, func_150891_b, getId
int (Item): a, func_150891_b, getId
Item (int): b, func_150899_d, getById
Item (int): c, func_150899_d, getById
Item (int): c, func_77625_d
Item (int): d, func_77625_d
boolean (ItemStack, EntityHuman, World, BlockPosition, EnumDirection, float, float, float): a, func_180614_a, interactWith
float (ItemStack, Block): a, func_150893_a, getDestroySpeed
ItemStack (ItemStack, World, EntityHuman): a, func_77659_a
ItemStack (ItemStack, World, EntityHuman): b, func_77654_b
Item (int): d, func_77656_e, setMaxDurability
Item (int): e, func_77656_e, setMaxDurability
boolean (ItemStack, World, Block, BlockPosition, EntityLiving): a, func_179218_a
boolean (Block): b, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving): a, func_111207_a
String (ItemStack): k, func_77657_g
String (ItemStack): j, func_77657_g
String (ItemStack): e_, func_77667_c
String (ItemStack): f_, func_77667_c
void (ItemStack, World, EntityHuman): d, func_77622_d
void (ItemStack, World, EntityHuman): b, func_77622_d
EnumAnimation (ItemStack): e, func_77661_b
EnumAnimation (ItemStack): f, func_77661_b
int (ItemStack): d, func_77626_a
int (ItemStack): e, func_77626_a
void (ItemStack, World, EntityHuman, int): a, func_77615_a
Item (String): e, func_77631_c
String (ItemStack): j, func_150896_i
boolean (ItemStack): l, func_150892_m
boolean (ItemStack): f_, func_77616_k
boolean (ItemStack): g_, func_77616_k
int (): b, func_77619_b
int (): c, func_77619_b
com.google.common.collect.Multimap<String, AttributeModifier> (): i, func_111205_h
void (Block): c, func_179216_c
void (Block): b, func_179216_c
boolean (): w_, func_77662_d
boolean (): A_, func_77662_d
boolean (): e, func_77629_n_
boolean (): C_, func_77629_n_
int (ItemStack, int): a, func_82790_a
boolean (ItemStack): f, func_77636_d
boolean (ItemStack): i_, func_77636_d
CreativeModeTab (): c, func_77640_w
CreativeModeTab (): b, func_77640_w
void (MinecraftKey, IDynamicTexture): a, func_185043_a
EnumInteractionResult (ItemStack, EntityHuman, World, BlockPosition, EnumHand, EnumDirection, float, float, float): a, func_180614_a
float (ItemStack, IBlockData): a, func_150893_a, getDestroySpeed
InteractionResultWrapper<ItemStack> (ItemStack, World, EntityHuman, EnumHand): a, func_77659_a
ItemStack (ItemStack, World, EntityLiving): a, func_77654_b
boolean (ItemStack, World, IBlockData, BlockPosition, EntityLiving): a, func_179218_a
boolean (IBlockData): a, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving, EnumHand): a, func_111207_a
void (ItemStack, World, EntityLiving, int): a, func_77615_a
com.google.common.collect.Multimap<String, AttributeModifier> (EnumItemSlot): a, func_111205_h
IDynamicTexture (MinecraftKey): a, func_185045_a
boolean (): i, func_185040_i
1.8.8
Names
zw
net.minecraft.item.Item
net.minecraft.server.v1_8_R3.Item
Fields
RegistryMaterials<MinecraftKey, Item>: e, field_150901_e, REGISTRY
Map<Block, Item>: a, field_179220_a
UUID: f, field_111210_e
CreativeModeTab: b, field_77701_a
Random: g, field_77697_d
int: h, field_77777_bU, maxStackSize
int: c, field_77699_b, durability
boolean: i, field_77789_bW
boolean: j, field_77787_bX
Item: d, field_77700_c, craftingResult
String: k, field_77785_bY
String: l, field_77774_bZ, name
Constructors
()
Methods
int (Item): b, func_150891_b, getId
Item (int): b, func_150899_d, getById
Item (Block): a, func_150898_a, getItemOf
Item (String): d, func_111206_d
boolean (NBTTagCompound): a, func_179215_a
Item (int): c, func_77625_d
boolean (ItemStack, EntityHuman, World, BlockPosition, EnumDirection, float, float, float): a, func_180614_a, interactWith
float (ItemStack, Block): a, func_150893_a, getDestroySpeed
ItemStack (ItemStack, World, EntityHuman): a, func_77659_a
ItemStack (ItemStack, World, EntityHuman): b, func_77654_b
int (): j, func_77639_j, getMaxStackSize
int (int): a, func_77647_b, filterData
boolean (): k, func_77614_k
Item (boolean): a, func_77627_a
int (): l, func_77612_l, getMaxDurability
Item (int): d, func_77656_e, setMaxDurability
boolean (): m, func_77645_m, usesDurability
boolean (ItemStack, EntityLiving, EntityLiving): a, func_77644_a
boolean (ItemStack, World, Block, BlockPosition, EntityLiving): a, func_179218_a
boolean (Block): b, func_150897_b, canDestroySpecialBlock
boolean (ItemStack, EntityHuman, EntityLiving): a, func_111207_a
Item (): n, func_77664_n
Item (String): c, func_77655_b
String (ItemStack): k, func_77657_g
String (): a, func_77658_a, getName
String (ItemStack): e_, func_77667_c
boolean (): p, func_77651_p
Item (): q, func_77668_q
boolean (): r, func_77634_r
void (ItemStack, World, Entity, int, boolean): a, func_77663_a
void (ItemStack, World, EntityHuman): d, func_77622_d
boolean (): f, func_77643_m_
EnumAnimation (ItemStack): e, func_77661_b
int (ItemStack): d, func_77626_a
void (ItemStack, World, EntityHuman, int): a, func_77615_a
Item (String): e, func_77631_c
String (ItemStack): j, func_150896_i
boolean (ItemStack): l, func_150892_m
String (ItemStack): a, func_77653_i
EnumItemRarity (ItemStack): g, func_77613_e
boolean (ItemStack): f_, func_77616_k
MovingObjectPosition (World, EntityHuman, boolean): a, func_77621_a
int (): b, func_77619_b
Item (CreativeModeTab): a, func_77637_a
boolean (): s, func_82788_x
boolean (ItemStack, ItemStack): a, func_82789_a
com.google.common.collect.Multimap<String, AttributeModifier> (): i, func_111205_h
void (): t, func_150900_l
void (Block): c, func_179216_c
void (Block, Item): a, func_179214_a
void (int, String, Item): a, func_179217_a
void (int, MinecraftKey, Item): a, func_179219_a
boolean (): w_, func_77662_d
boolean (): e, func_77629_n_
int (ItemStack, int): a, func_82790_a
void (ItemStack, EntityHuman, List<String>, boolean): a, func_77624_a
boolean (ItemStack): f, func_77636_d
void (Item, CreativeModeTab, List<ItemStack>): a, func_150895_a
CreativeModeTab (): c, func_77640_w