public abstract class ItemGE extends ItemForestry
| Modifier | Constructor and Description |
|---|---|
protected |
ItemGE(net.minecraft.creativetab.CreativeTabs creativeTab) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(net.minecraft.item.ItemStack itemstack,
net.minecraft.world.World world,
java.util.List<java.lang.String> list,
net.minecraft.client.util.ITooltipFlag flag) |
java.lang.String |
getCreatorModId(net.minecraft.item.ItemStack itemStack) |
abstract IIndividual |
getIndividual(net.minecraft.item.ItemStack itemstack) |
boolean |
getShareTag() |
protected abstract IAlleleSpecies |
getSpecies(net.minecraft.item.ItemStack itemStack) |
boolean |
hasEffect(net.minecraft.item.ItemStack stack) |
boolean |
isDamageable() |
boolean |
isRepairable() |
getItemStack, getItemStack, getWildcard, registerModeladdPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDefaultInstance, getDestroySpeed, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getForgeRarity, getHarvestLevel, getHasSubtypes, getHighlightTip, getHorseArmorTexture, getHorseArmorType, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemBurnTime, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getToolClasses, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hitEntity, initCapabilities, isBeaconPayment, isBookEnchantable, isDamaged, isEnchantable, isFull3D, isInCreativeTab, isMap, isShield, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemRightClick, onItemUse, onItemUseFinish, onItemUseFirst, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, rayTrace, readNBTShareTag, registerItemBlock, registerItems, renderHelmetOverlay, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setTileEntityItemStackRenderer, setTranslationKey, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBT@Nullable public abstract IIndividual getIndividual(net.minecraft.item.ItemStack itemstack)
protected abstract IAlleleSpecies getSpecies(net.minecraft.item.ItemStack itemStack)
public boolean isDamageable()
isDamageable in class net.minecraft.item.Itempublic boolean isRepairable()
isRepairable in class net.minecraft.item.Itempublic boolean getShareTag()
getShareTag in class net.minecraft.item.Itempublic boolean hasEffect(net.minecraft.item.ItemStack stack)
hasEffect in class net.minecraft.item.Itempublic void addInformation(net.minecraft.item.ItemStack itemstack,
@Nullable
net.minecraft.world.World world,
java.util.List<java.lang.String> list,
net.minecraft.client.util.ITooltipFlag flag)
addInformation in class ItemForestry@Nullable public java.lang.String getCreatorModId(net.minecraft.item.ItemStack itemStack)
getCreatorModId in class net.minecraft.item.Item