Class FireworkChargeItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.FireworkChargeItem
All Implemented Interfaces:
ItemConvertible

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

    • FireworkChargeItem

      public FireworkChargeItem(Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbql;<init>(Lbql$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)
      Overrides:
      appendTooltip in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lbql;a(Lbqp;Lbwp;Ljava/util/List;Lbsc;)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 Lbqb;a(Lna;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/FireworkChargeItem;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 Lbqb;a(Loy;[I)Los;
      intermediary method_7811 Lnet/minecraft/class_1780;method_7811(Lnet/minecraft/class_5250;[I)Lnet/minecraft/class_2561;
      named appendColors Lnet/minecraft/item/FireworkChargeItem;appendColors(Lnet/minecraft/text/MutableText;[I)Lnet/minecraft/text/Text;
    • getColorText

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