public class ItemArmorApiarist extends net.minecraft.item.ItemArmor implements IItemModelRegister
net.minecraft.item.ItemArmor.ArmorMaterial| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.item.ItemArmor.ArmorMaterial |
APIARIST_ARMOR |
armorType, damageReduceAmount, DISPENSER_BEHAVIOR, EMPTY_SLOT_NAMES, renderIndex, toughness| Constructor and Description |
|---|
ItemArmorApiarist(net.minecraft.inventory.EntityEquipmentSlot equipmentSlotIn) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArmorTexture(net.minecraft.item.ItemStack stack,
net.minecraft.entity.Entity entity,
net.minecraft.inventory.EntityEquipmentSlot slot,
java.lang.String type) |
boolean |
hasColor(net.minecraft.item.ItemStack itemstack) |
net.minecraftforge.common.capabilities.ICapabilityProvider |
initCapabilities(net.minecraft.item.ItemStack stack,
net.minecraft.nbt.NBTTagCompound nbt) |
void |
registerModel(net.minecraft.item.Item item,
IModelManager manager) |
dispenseArmor, getArmorMaterial, getColor, getEquipmentSlot, getIsRepairable, getItemAttributeModifiers, getItemEnchantability, hasOverlay, onItemRightClick, removeColor, setColoraddInformation, addPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getCreatorModId, getDamage, getDefaultInstance, getDestroySpeed, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getForgeRarity, getHarvestLevel, getHasSubtypes, getHighlightTip, getHorseArmorTexture, getHorseArmorType, getIdFromItem, getItemBurnTime, getItemById, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getToolClasses, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isFull3D, isInCreativeTab, isMap, isRepairable, isShield, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, 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, updateItemStackNBTpublic static final net.minecraft.item.ItemArmor.ArmorMaterial APIARIST_ARMOR
public ItemArmorApiarist(net.minecraft.inventory.EntityEquipmentSlot equipmentSlotIn)
public java.lang.String getArmorTexture(net.minecraft.item.ItemStack stack,
net.minecraft.entity.Entity entity,
net.minecraft.inventory.EntityEquipmentSlot slot,
java.lang.String type)
getArmorTexture in class net.minecraft.item.Itempublic void registerModel(net.minecraft.item.Item item,
IModelManager manager)
registerModel in interface IItemModelRegisterpublic boolean hasColor(net.minecraft.item.ItemStack itemstack)
hasColor in class net.minecraft.item.ItemArmor@Nullable
public net.minecraftforge.common.capabilities.ICapabilityProvider initCapabilities(net.minecraft.item.ItemStack stack,
@Nullable
net.minecraft.nbt.NBTTagCompound nbt)
initCapabilities in class net.minecraft.item.Item