Class FireworkStarItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.FireworkStarItem
All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class FireworkStarItem extends Item
Mappings:
Namespace Name
official cdb
intermediary net/minecraft/class_1780
named net/minecraft/item/FireworkStarItem
  • Constructor Details

    • FireworkStarItem

      public FireworkStarItem(Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcdp;<init>(Lcdp$a;)V
      intermediary <init> Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • appendTooltip

      public void appendTooltip(ItemStack stack, @Nullable @Nullable World world, List<Text> tooltip, TooltipContext context)
      Called by the client to append tooltips to an item. Subclasses can override this and add custom tooltips to tooltip list.
      Overrides:
      appendTooltip in class Item
      Parameters:
      tooltip - the list of tooltips to show
      Mappings:
      Namespace Name Mixin selector
      official a Lcdp;a(Lcdt;Lcjw;Ljava/util/List;Lcfi;)V
      intermediary method_7851 Lnet/minecraft/class_1792;method_7851(Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Ljava/util/List;Lnet/minecraft/class_1836;)V
      named appendTooltip Lnet/minecraft/item/Item;appendTooltip(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;)V
    • appendFireworkTooltip

      public static void appendFireworkTooltip(NbtCompound nbt, List<Text> tooltip)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdb;a(Lqp;Ljava/util/List;)V
      intermediary method_7809 Lnet/minecraft/class_1780;method_7809(Lnet/minecraft/class_2487;Ljava/util/List;)V
      named appendFireworkTooltip Lnet/minecraft/item/FireworkStarItem;appendFireworkTooltip(Lnet/minecraft/nbt/NbtCompound;Ljava/util/List;)V
    • appendColors

      private static Text appendColors(MutableText line, int[] colors)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdb;a(Ltf;[I)Lss;
      intermediary method_7811 Lnet/minecraft/class_1780;method_7811(Lnet/minecraft/class_5250;[I)Lnet/minecraft/class_2561;
      named appendColors Lnet/minecraft/item/FireworkStarItem;appendColors(Lnet/minecraft/text/MutableText;[I)Lnet/minecraft/text/Text;
    • getColorText

      private static Text getColorText(int color)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdb;a(I)Lss;
      intermediary method_7810 Lnet/minecraft/class_1780;method_7810(I)Lnet/minecraft/class_2561;
      named getColorText Lnet/minecraft/item/FireworkStarItem;getColorText(I)Lnet/minecraft/text/Text;