Package net.minecraft.item
Class BannerItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
net.minecraft.class_3559
net.minecraft.item.BannerItem
- All Implemented Interfaces:
Itemable
- Mappings:
Namespace Name official arhintermediary net/minecraft/class_2673named net/minecraft/item/BannerItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields inherited from class net.minecraft.class_3559
field_17384Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_UUID, ATTACK_SPEED_MODIFIER, BLOCK_ITEMS, itemGroup, RANDOM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltips(ItemStack stack, World world, List<Text> tooltip, TooltipContext tooltipContext) static voidmethod_11359(ItemStack itemStack, List<Text> list) Methods inherited from class net.minecraft.class_3559
method_16015, method_16016Methods inherited from class net.minecraft.item.BlockItem
appendToItemGroup, getBlock, getTranslationKey, method_16012, method_16013, method_16014, method_16017, setBlockEntityNbt, useOnBlockMethods inherited from class net.minecraft.item.Item
addProperty, beforeBlockBreak, byRawId, canAddTo, canRepair, computeTranslationKey, fromBlock, getBlockBreakingSpeed, getDefaultStack, getEnchantability, getItem, getItemGroup, getMaxCount, getMaxDamage, getMaxUseTime, getProperty, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getUseAction, hasEnchantmentGlint, hasProperties, inventoryTick, isDamageable, isEnchantable, isFood, isNetworkSynced, method_13649, method_16075, method_16080, method_3346, method_3353, method_3356, method_3359, method_3367, method_3383, method_6326, onCraft, onEntityHit, onHit, postProcessNbt, registerBlockItem, setup, shouldSyncNbtToClient
-
Constructor Details
-
BannerItem
-
-
Method Details
-
method_11359
- Mappings:
Namespace Name Mixin selector official aLarh;a(Late;Ljava/util/List;)Vintermediary method_11359Lnet/minecraft/class_2673;method_11359(Lnet/minecraft/class_1071;Ljava/util/List;)Vnamed method_11359Lnet/minecraft/item/BannerItem;method_11359(Lnet/minecraft/item/ItemStack;Ljava/util/List;)V
-
method_16011
- Mappings:
Namespace Name Mixin selector official bLarh;b()Lasc;intermediary method_16011Lnet/minecraft/class_2673;method_16011()Lnet/minecraft/class_2674;named method_16011Lnet/minecraft/item/BannerItem;method_16011()Lnet/minecraft/util/DyeColor;
-
appendTooltips
@Environment(CLIENT) public void appendTooltips(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext tooltipContext) - Overrides:
appendTooltipsin classBlockItem- Mappings:
Namespace Name Mixin selector official aLata;a(Late;Laxy;Ljava/util/List;Laum;)Vintermediary method_14234Lnet/minecraft/class_1069;method_14234(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Ljava/util/List;Lnet/minecraft/class_3191;)Vnamed appendTooltipsLnet/minecraft/item/Item;appendTooltips(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/TooltipContext;)V
-