Package net.minecraft.item
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 bniintermediary net/minecraft/class_1780named net/minecraft/item/FireworkChargeItem
-
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 FireworkChargeItem(Item.Settings settings) -
Method Summary
Modifier and Type Method Description private static TextappendColors(MutableText line, int[] colors)static voidappendFireworkTooltip(CompoundTag tag, List<Text> tooltip)voidappendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)private static TextgetColorText(int color)Methods inherited from class net.minecraft.item.Item
appendStacks, 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, hasGlint, hasRecipeRemainder, hasStoredInventory, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock, useOnEntity
-
Constructor Details
-
FireworkChargeItem
- Mappings:
Namespace Name Mixin selector official <init>Lbnr;<init>(Lbnr$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
-
appendTooltip
@Environment(CLIENT) public void appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)- Overrides:
appendTooltipin classItem- Mappings:
Namespace Name Mixin selector official aLbnr;a(Lbnv;Lbtv;Ljava/util/List;Lbpi;)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
-
appendFireworkTooltip
- Mappings:
Namespace Name Mixin selector official aLbni;a(Lmq;Ljava/util/List;)Vintermediary method_7809Lnet/minecraft/class_1780;method_7809(Lnet/minecraft/class_2487;Ljava/util/List;)Vnamed appendFireworkTooltipLnet/minecraft/item/FireworkChargeItem;appendFireworkTooltip(Lnet/minecraft/nbt/CompoundTag;Ljava/util/List;)V
-
appendColors
- Mappings:
Namespace Name Mixin selector official aLbni;a(Loo;[I)Loi;intermediary method_7811Lnet/minecraft/class_1780;method_7811(Lnet/minecraft/class_5250;[I)Lnet/minecraft/class_2561;named appendColorsLnet/minecraft/item/FireworkChargeItem;appendColors(Lnet/minecraft/text/MutableText;[I)Lnet/minecraft/text/Text;
-
getColorText
- Mappings:
Namespace Name Mixin selector official aLbni;a(I)Loi;intermediary method_7810Lnet/minecraft/class_1780;method_7810(I)Lnet/minecraft/class_2561;named getColorTextLnet/minecraft/item/FireworkChargeItem;getColorText(I)Lnet/minecraft/text/Text;
-