public final class ItemBookManual
extends net.minecraft.item.ItemBook
| Constructor and Description |
|---|
ItemBookManual(net.minecraft.item.Item.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
net.minecraft.client.util.ITooltipFlag flag) |
net.minecraft.util.EnumActionResult |
func_195939_a(net.minecraft.item.ItemUseContext context) |
int |
getItemEnchantability() |
boolean |
isEnchantable(net.minecraft.item.ItemStack stack) |
net.minecraft.util.ActionResult<net.minecraft.item.ItemStack> |
onItemRightClick(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.EnumHand hand) |
static boolean |
tryOpenManual(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player,
java.lang.String path) |
addPropertyOverride, canHarvestBlock, canPlayerBreakBlockWhileHolding, getContainerItem, getCreativeTab, getDefaultInstance, getDestroySpeed, getDisplayName, getIdFromItem, getIsRepairable, getItem, getItemAttributeModifiers, getItemById, getItemFromBlock, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxItemUseDuration, getName, getPropertyGetter, getRarity, getShareTag, getSubItems, getTranslationKey, getTranslationKey, hasContainerItem, hasCustomProperties, hasEffect, hitEntity, isDamageable, isInCreativeTab, isMap, isTagged, itemInteractionForEntity, makeUnlocalizedName, onBlockDestroyed, onCreated, onItemUseFinish, onPlayerStoppedUsing, onUpdate, rayTrace, registerItem, registerItem, registerItemBlock, registerItemBlock, registerItemBlock, registerItemBlock, registerItems, updateItemStackNBTpublic static boolean tryOpenManual(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player,
@Nullable
java.lang.String path)
public void addInformation(net.minecraft.item.ItemStack stack,
@Nullable
net.minecraft.world.World world,
java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
net.minecraft.client.util.ITooltipFlag flag)
addInformation in class net.minecraft.item.Itempublic net.minecraft.util.EnumActionResult func_195939_a(net.minecraft.item.ItemUseContext context)
func_195939_a in class net.minecraft.item.Itempublic net.minecraft.util.ActionResult<net.minecraft.item.ItemStack> onItemRightClick(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.EnumHand hand)
onItemRightClick in class net.minecraft.item.Itempublic boolean isEnchantable(net.minecraft.item.ItemStack stack)
isEnchantable in class net.minecraft.item.ItemBookpublic int getItemEnchantability()
getItemEnchantability in class net.minecraft.item.ItemBook