Package net.minecraft.item
Class DecorationItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.DecorationItem
- All Implemented Interfaces:
ItemConvertible,ToggleableFeature
- Direct Known Subclasses:
ItemFrameItem
- Mappings:
Namespace Name named net/minecraft/item/DecorationItemintermediary net/minecraft/class_1790official czy
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings, Item.TooltipContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EntityType<? extends AbstractDecorationEntity> private static final TextFields inherited from class net.minecraft.item.Item
BASE_ATTACK_DAMAGE_MODIFIER_ID, BASE_ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_BLOCKS_ATTACKS_MAX_USE_TIME, DEFAULT_MAX_COUNT, ENTRY_CODEC, ENTRY_PACKET_CODEC, ITEM_BAR_STEPS, MAX_MAX_COUNT, translationKeyFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS -
Constructor Summary
ConstructorsConstructorDescriptionDecorationItem(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltip(ItemStack stack, Item.TooltipContext context, TooltipDisplayComponent displayComponent, Consumer<Text> textConsumer, TooltipType type) protected booleancanPlaceOn(PlayerEntity player, Direction side, ItemStack stack, BlockPos pos) useOnBlock(ItemUsageContext context) Called when an item is used on a block.Methods inherited from class net.minecraft.item.Item
asItem, byRawId, canBeNested, canMine, finishUsing, fromBlock, getBonusAttackDamage, getComponents, getDamageSource, getDefaultStack, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getUseAction, hasGlint, inventoryTick, isCorrectForDrops, isItemBarVisible, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postDamageEntity, postHit, postMine, postProcessComponents, raycast, shouldShowOperatorBlockWarnings, toString, usageTick, use, useOnEntityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabled
-
Field Details
-
RANDOM_TEXT
- Mappings:
Namespace Name Mixin selector named RANDOM_TEXTLnet/minecraft/item/DecorationItem;RANDOM_TEXT:Lnet/minecraft/text/Text;intermediary field_42467Lnet/minecraft/class_1790;field_42467:Lnet/minecraft/class_2561;official aLczy;a:Lxg;
-
entityType
- Mappings:
Namespace Name Mixin selector named entityTypeLnet/minecraft/item/DecorationItem;entityType:Lnet/minecraft/entity/EntityType;intermediary field_7999Lnet/minecraft/class_1790;field_7999:Lnet/minecraft/class_1299;official bLczy;b:Lbxn;
-
-
Constructor Details
-
DecorationItem
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/DecorationItem;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/item/Item$Settings;)Vintermediary <init>Lnet/minecraft/class_1790;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1792$class_1793;)Vofficial <init>Lczy;<init>(Lbxn;Ldag$a;)V
-
-
Method Details
-
useOnBlock
Called when an item is used on a block.This method is called on both the logical client and logical server, so take caution when using this method. The logical side can be checked using
context.getWorld().isClient().- Overrides:
useOnBlockin classItem- Parameters:
context- the usage context- Returns:
- an action result that specifies if using the item on a block was successful.
- Mappings:
Namespace Name Mixin selector named useOnBlockLnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;intermediary method_7884Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;official aLdag;a(Ldef;)Lbvc;
-
canPlaceOn
- Mappings:
Namespace Name Mixin selector named canPlaceOnLnet/minecraft/item/DecorationItem;canPlaceOn(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/Direction;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_7834Lnet/minecraft/class_1790;method_7834(Lnet/minecraft/class_1657;Lnet/minecraft/class_2350;Lnet/minecraft/class_1799;Lnet/minecraft/class_2338;)Zofficial aLczy;a(Lcsi;Ljc;Ldak;Liw;)Z
-
appendTooltip
public void appendTooltip(ItemStack stack, Item.TooltipContext context, TooltipDisplayComponent displayComponent, Consumer<Text> textConsumer, TooltipType type) - Overrides:
appendTooltipin classItem- Mappings:
Namespace Name Mixin selector named appendTooltipLnet/minecraft/item/Item;appendTooltip(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/Item$TooltipContext;Lnet/minecraft/component/type/TooltipDisplayComponent;Ljava/util/function/Consumer;Lnet/minecraft/item/tooltip/TooltipType;)Vintermediary method_67187Lnet/minecraft/class_1792;method_67187(Lnet/minecraft/class_1799;Lnet/minecraft/class_1792$class_9635;Lnet/minecraft/class_10712;Ljava/util/function/Consumer;Lnet/minecraft/class_1836;)Vofficial aLdag;a(Ldak;Ldag$b;Lddo;Ljava/util/function/Consumer;Ldbz;)V
-