Package net.minecraft.item
Class BannerItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
net.minecraft.item.WallStandingBlockItem
net.minecraft.item.BannerItem
- All Implemented Interfaces:
ItemConvertible
public class BannerItem extends WallStandingBlockItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields inherited from class net.minecraft.item.WallStandingBlockItem
wallBlockFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group -
Constructor Summary
Constructors Constructor Description BannerItem(Block standingBlock, Block wallBlock, Item.Settings settings) -
Method Summary
Modifier and Type Method Description static voidappendBannerTooltip(ItemStack stack, List<Text> tooltip)voidappendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)DyeColorgetColor()Methods inherited from class net.minecraft.item.WallStandingBlockItem
appendBlocks, getPlacementStateMethods inherited from class net.minecraft.item.BlockItem
appendStacks, canPlace, checkStatePlacement, getBlock, getPlacementContext, getPlaceSound, getTranslationKey, hasStoredInventory, method_33261, place, place, postPlacement, useOnBlock, writeTagToBlockEntityMethods inherited from class net.minecraft.item.Item
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, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnEntity
-
Constructor Details
-
BannerItem
-
-
Method Details
-
appendBannerTooltip
-
getColor
-
appendTooltip
@Environment(CLIENT) public void appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)- Overrides:
appendTooltipin classBlockItem
-