Class NetherStarItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.NetherStarItem

public class NetherStarItem extends Item
Mappings:
Namespace Name
official ang
intermediary net/minecraft/class_1077
named net/minecraft/item/NetherStarItem
  • Constructor Details

    • NetherStarItem

      public NetherStarItem()
      Mappings:
      Namespace Name Mixin selector
      official <init> Lalq;<init>()V
      intermediary <init> Lnet/minecraft/class_1069;<init>()V
      named <init> Lnet/minecraft/item/Item;<init>()V
  • Method Details

    • hasEnchantmentGlint

      @Environment(CLIENT) public boolean hasEnchantmentGlint(ItemStack stack)
      Returns whether the current item has an enchantment glint. Used by enchanted golden apples and enchanted items.
      Overrides:
      hasEnchantmentGlint in class Item
      See Also:
      • net.minecraft.item.GoldenAppleItem
      Mappings:
      Namespace Name Mixin selector
      official f Lalq;f(Lamj;)Z
      intermediary method_3374 Lnet/minecraft/class_1069;method_3374(Lnet/minecraft/class_1071;)Z
      named hasEnchantmentGlint Lnet/minecraft/item/Item;hasEnchantmentGlint(Lnet/minecraft/item/ItemStack;)Z