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
wallBlock
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group, RANDOM
-
Constructor Summary
Constructors Constructor Description BannerItem(Block standingBlock, Block wallBlock, Item.Settings settings)
-
Method Summary
Modifier and Type Method Description static void
appendBannerTooltip(ItemStack stack, List<Text> tooltip)
void
appendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)
DyeColor
getColor()
Methods inherited from class net.minecraft.item.WallStandingBlockItem
appendBlocks, getPlacementState
Methods inherited from class net.minecraft.item.BlockItem
appendStacks, canPlace, checkStatePlacement, getBlock, getPlacementContext, getPlaceSound, getTranslationKey, place, place, postPlacement, useOnBlock, writeTagToBlockEntity
Methods inherited from class net.minecraft.item.Item
asItem, byRawId, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getFoodComponent, getGroup, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEffectiveOn, isEnchantable, isFireproof, isFood, isIn, isIn, isNetworkSynced, isUsedOnRelease, onCraft, 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:
appendTooltip
in classBlockItem
-