Package net.minecraft.item
Class DyeItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.DyeItem
- All Implemented Interfaces:
ItemConvertible
- Mappings:
Namespace Name official btt
intermediary net/minecraft/class_1769
named net/minecraft/item/DyeItem
-
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, DEFAULT_MAX_COUNT, field_30888, field_30889, group
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DyeItem
getColor()
useOnEntity
(ItemStack stack, PlayerEntity user, LivingEntity entity, Hand hand) Methods inherited from class net.minecraft.item.Item
appendStacks, appendTooltip, asItem, byRawId, canBeNested, 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, getRegistryEntry, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNbtSynced, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessNbt, raycast, toString, usageTick, use, useOnBlock
-
Field Details
-
DYES
- Mappings:
Namespace Name Mixin selector official a
Lbtt;a:Ljava/util/Map;
intermediary field_7968
Lnet/minecraft/class_1769;field_7968:Ljava/util/Map;
named DYES
Lnet/minecraft/item/DyeItem;DYES:Ljava/util/Map;
-
color
- Mappings:
Namespace Name Mixin selector official b
Lbtt;b:Lbts;
intermediary field_7969
Lnet/minecraft/class_1769;field_7969:Lnet/minecraft/class_1767;
named color
Lnet/minecraft/item/DyeItem;color:Lnet/minecraft/util/DyeColor;
-
-
Constructor Details
-
DyeItem
- Mappings:
Namespace Name Mixin selector official <init>
Lbtt;<init>(Lbts;Lbus$a;)V
intermediary <init>
Lnet/minecraft/class_1769;<init>(Lnet/minecraft/class_1767;Lnet/minecraft/class_1792$class_1793;)V
named <init>
Lnet/minecraft/item/DyeItem;<init>(Lnet/minecraft/util/DyeColor;Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
useOnEntity
- Overrides:
useOnEntity
in classItem
- Mappings:
Namespace Name Mixin selector official a
Lbus;a(Lbuw;Lboj;Laxy;Lawg;)Lawh;
intermediary method_7847
Lnet/minecraft/class_1792;method_7847(Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;Lnet/minecraft/class_1309;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
named useOnEntity
Lnet/minecraft/item/Item;useOnEntity(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
-
getColor
- Mappings:
Namespace Name Mixin selector official d
Lbtt;d()Lbts;
intermediary method_7802
Lnet/minecraft/class_1769;method_7802()Lnet/minecraft/class_1767;
named getColor
Lnet/minecraft/item/DyeItem;getColor()Lnet/minecraft/util/DyeColor;
-
byColor
- Mappings:
Namespace Name Mixin selector official a
Lbtt;a(Lbts;)Lbtt;
intermediary method_7803
Lnet/minecraft/class_1769;method_7803(Lnet/minecraft/class_1767;)Lnet/minecraft/class_1769;
named byColor
Lnet/minecraft/item/DyeItem;byColor(Lnet/minecraft/util/DyeColor;)Lnet/minecraft/item/DyeItem;
-