Package net.minecraft.item
Class EnchantedBookItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.EnchantedBookItem
- All Implemented Interfaces:
ItemConvertible
public class EnchantedBookItem extends Item
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings
-
Field Summary
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group
-
Constructor Summary
Constructors Constructor Description EnchantedBookItem(Item.Settings settings)
-
Method Summary
Modifier and Type Method Description static void
addEnchantment(ItemStack stack, EnchantmentLevelEntry entry)
void
appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)
void
appendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)
static ItemStack
forEnchantment(EnchantmentLevelEntry info)
static ListTag
getEnchantmentTag(ItemStack stack)
boolean
hasGlint(ItemStack stack)
Checks if the glint effect should be applied when the item is rendered.boolean
isEnchantable(ItemStack stack)
Methods inherited from class net.minecraft.item.Item
asItem, byRawId, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getEquipSound, getFoodComponent, getGroup, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasRecipeRemainder, hasStoredInventory, inventoryTick, isDamageable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, method_33261, onClicked, onCraft, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock, useOnEntity
-
Constructor Details
-
EnchantedBookItem
-
-
Method Details
-
hasGlint
Checks if the glint effect should be applied when the item is rendered.By default, returns true if the item has enchantments.
-
isEnchantable
- Overrides:
isEnchantable
in classItem
-
getEnchantmentTag
-
appendTooltip
@Environment(CLIENT) public void appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)- Overrides:
appendTooltip
in classItem
-
addEnchantment
-
forEnchantment
-
appendStacks
- Overrides:
appendStacks
in classItem
-