public abstract class ItemGuiAbilityContainer
extends org.cyclops.cyclopscore.item.ItemGui
Modifier | Constructor and Description |
---|---|
protected |
ItemGuiAbilityContainer(org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig eConfig)
Make a new item instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addInformation(net.minecraft.item.ItemStack itemStack,
net.minecraft.entity.player.EntityPlayer entityPlayer,
java.util.List list,
boolean par4) |
abstract boolean |
canMoveFromPlayer() |
java.lang.Class<? extends net.minecraft.inventory.Container> |
getContainer() |
java.lang.Class<? extends net.minecraft.client.gui.GuiScreen> |
getGui() |
net.minecraftforge.common.capabilities.ICapabilityProvider |
initCapabilities(net.minecraft.item.ItemStack stack,
net.minecraft.nbt.NBTTagCompound nbt) |
boolean |
shouldCauseReequipAnimation(net.minecraft.item.ItemStack oldStack,
net.minecraft.item.ItemStack newStack,
boolean slotChanged) |
getGuiID, getModGui, isClientSideOnlyGui, onDroppedByPlayer, onItemRightClick, openGuiForItemIndex
createDynamicModel, getConfig, getItemColorHandler, hasDynamicModel, onModelBakeEvent
addPropertyOverride, canApplyAtEnchantingTable, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDefaultInstance, getDurabilityForDisplay, getEntityLifespan, getFontRenderer, getHarvestLevel, getHasSubtypes, getHighlightTip, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getStrVsBlock, getSubItems, getToolClasses, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isFull3D, isMap, isRepairable, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onEntityItemUpdate, onEntitySwing, onItemUse, onItemUseFinish, onItemUseFirst, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, rayTrace, registerItemBlock, registerItems, renderHelmetOverlay, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setUnlocalizedName, shouldCauseBlockBreakReset, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBT
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
protected ItemGuiAbilityContainer(org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig eConfig)
eConfig
- Config for this blockState.public java.lang.Class<? extends net.minecraft.inventory.Container> getContainer()
getContainer
in interface org.cyclops.cyclopscore.inventory.IGuiContainerProvider
getContainer
in class org.cyclops.cyclopscore.item.ItemGui
public java.lang.Class<? extends net.minecraft.client.gui.GuiScreen> getGui()
getGui
in interface org.cyclops.cyclopscore.inventory.IGuiContainerProvider
getGui
in class org.cyclops.cyclopscore.item.ItemGui
public void addInformation(net.minecraft.item.ItemStack itemStack, net.minecraft.entity.player.EntityPlayer entityPlayer, java.util.List list, boolean par4)
addInformation
in class org.cyclops.cyclopscore.config.configurable.ConfigurableItem
public net.minecraftforge.common.capabilities.ICapabilityProvider initCapabilities(net.minecraft.item.ItemStack stack, net.minecraft.nbt.NBTTagCompound nbt)
initCapabilities
in class net.minecraft.item.Item
public abstract boolean canMoveFromPlayer()
public boolean shouldCauseReequipAnimation(net.minecraft.item.ItemStack oldStack, net.minecraft.item.ItemStack newStack, boolean slotChanged)
shouldCauseReequipAnimation
in class net.minecraft.item.Item