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
- Mappings:
Namespace Name official bnvintermediary net/minecraft/class_1772named net/minecraft/item/EnchantedBookItem
-
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 voidaddEnchantment(ItemStack stack, EnchantmentLevelEntry entry)voidappendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidappendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)static ItemStackforEnchantment(EnchantmentLevelEntry info)static ListTaggetEnchantmentNbt(ItemStack stack)booleanhasGlint(ItemStack stack)Checks if the glint effect should be applied when the item is rendered.booleanisEnchantable(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, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock, useOnEntity
-
Constructor Details
-
EnchantedBookItem
- Mappings:
Namespace Name Mixin selector official <init>Lbom;<init>(Lbom$a;)Vintermediary <init>Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
-
-
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:
isEnchantablein classItem- Mappings:
Namespace Name Mixin selector official f_Lbom;f_(Lboq;)Zintermediary method_7870Lnet/minecraft/class_1792;method_7870(Lnet/minecraft/class_1799;)Znamed isEnchantableLnet/minecraft/item/Item;isEnchantable(Lnet/minecraft/item/ItemStack;)Z
-
getEnchantmentNbt
- Mappings:
Namespace Name Mixin selector official dLbnv;d(Lboq;)Lmx;intermediary method_7806Lnet/minecraft/class_1772;method_7806(Lnet/minecraft/class_1799;)Lnet/minecraft/class_2499;named getEnchantmentNbtLnet/minecraft/item/EnchantedBookItem;getEnchantmentNbt(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/nbt/ListTag;
-
appendTooltip
@Environment(CLIENT) public void appendTooltip(ItemStack stack, @Nullable @Nullable World world, List<Text> tooltip, TooltipContext context)- Overrides:
appendTooltipin classItem- Mappings:
Namespace Name Mixin selector official aLbom;a(Lboq;Lbuq;Ljava/util/List;Lbqd;)Vintermediary method_7851Lnet/minecraft/class_1792;method_7851(Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Ljava/util/List;Lnet/minecraft/class_1836;)Vnamed appendTooltipLnet/minecraft/item/Item;appendTooltip(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;)V
-
addEnchantment
- Mappings:
Namespace Name Mixin selector official aLbnv;a(Lboq;Lbsn;)Vintermediary method_7807Lnet/minecraft/class_1772;method_7807(Lnet/minecraft/class_1799;Lnet/minecraft/class_1889;)Vnamed addEnchantmentLnet/minecraft/item/EnchantedBookItem;addEnchantment(Lnet/minecraft/item/ItemStack;Lnet/minecraft/enchantment/EnchantmentLevelEntry;)V
-
forEnchantment
- Mappings:
Namespace Name Mixin selector official aLbnv;a(Lbsn;)Lboq;intermediary method_7808Lnet/minecraft/class_1772;method_7808(Lnet/minecraft/class_1889;)Lnet/minecraft/class_1799;named forEnchantmentLnet/minecraft/item/EnchantedBookItem;forEnchantment(Lnet/minecraft/enchantment/EnchantmentLevelEntry;)Lnet/minecraft/item/ItemStack;
-
appendStacks
- Overrides:
appendStacksin classItem- Mappings:
Namespace Name Mixin selector official aLbom;a(Lbnh;Lgj;)Vintermediary method_7850Lnet/minecraft/class_1792;method_7850(Lnet/minecraft/class_1761;Lnet/minecraft/class_2371;)Vnamed appendStacksLnet/minecraft/item/Item;appendStacks(Lnet/minecraft/item/ItemGroup;Lnet/minecraft/util/collection/DefaultedList;)V
-