public class TILDiscItem1_12_2 extends net.minecraft.item.ItemRecord implements ItemHelpers1_12_2
| Modifier and Type | Field and Description |
|---|---|
protected mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties |
properties |
| Constructor and Description |
|---|
TILDiscItem1_12_2(java.util.function.Function<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?>,mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<?>> nameSupplier,
net.minecraft.util.SoundEvent sound,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(net.minecraft.item.ItemStack stack,
@Nullable net.minecraft.world.World world,
java.util.List<java.lang.String> tooltip,
net.minecraft.client.util.ITooltipFlag flag) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties |
getProperties() |
java.lang.String |
getRecordNameLocal() |
net.minecraft.util.EnumActionResult |
onItemUse(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.EnumHand hand,
net.minecraft.util.EnumFacing facing,
float hitX,
float hitY,
float hitZ) |
addPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getCreatorModId, 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, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getToolClasses, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, initCapabilities, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isFull3D, isInCreativeTab, isMap, isRepairable, isShield, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemRightClick, 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, updateItemStackNBTgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultAppendHoverText, defaultUseOn, wrapStack, wrapWorldprotected final mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties
public TILDiscItem1_12_2(java.util.function.Function<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?>,mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<?>> nameSupplier,
net.minecraft.util.SoundEvent sound,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties)
public void addInformation(net.minecraft.item.ItemStack stack,
@Nullable
@Nullable net.minecraft.world.World world,
java.util.List<java.lang.String> tooltip,
net.minecraft.client.util.ITooltipFlag flag)
addInformation in class net.minecraft.item.ItemRecordpublic java.lang.String getRecordNameLocal()
getRecordNameLocal in class net.minecraft.item.ItemRecordpublic net.minecraft.util.EnumActionResult onItemUse(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.EnumHand hand,
net.minecraft.util.EnumFacing facing,
float hitX,
float hitY,
float hitZ)
onItemUse in class net.minecraft.item.ItemRecordpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties getProperties()
getProperties in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties