Package net.minecraft.item
Class DyeItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.DyeItem
- All Implemented Interfaces:
ItemConvertible
public class DyeItem extends Item
- Mappings:
Namespace Name official bmtintermediary net/minecraft/class_1769named net/minecraft/item/DyeItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields Modifier and Type Field Description private DyeColorcolorprivate static Map<DyeColor,DyeItem>DYESFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group -
Constructor Summary
Constructors Constructor Description DyeItem(DyeColor color, Item.Settings settings) -
Method Summary
Modifier and Type Method Description static DyeItembyColor(DyeColor color)DyeColorgetColor()ActionResultuseOnEntity(ItemStack stack, PlayerEntity user, LivingEntity entity, Hand hand)Methods inherited from class net.minecraft.item.Item
appendStacks, appendTooltip, 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, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, hasStoredInventory, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock
-
Field Details
-
DYES
- Mappings:
Namespace Name Mixin selector official aLbmt;a:Ljava/util/Map;intermediary field_7968Lnet/minecraft/class_1769;field_7968:Ljava/util/Map;named DYESLnet/minecraft/item/DyeItem;DYES:Ljava/util/Map;
-
color
- Mappings:
Namespace Name Mixin selector official bLbmt;b:Lbms;intermediary field_7969Lnet/minecraft/class_1769;field_7969:Lnet/minecraft/class_1767;named colorLnet/minecraft/item/DyeItem;color:Lnet/minecraft/util/DyeColor;
-
-
Constructor Details
-
DyeItem
- Mappings:
Namespace Name Mixin selector official <init>Lbmt;<init>(Lbms;Lbnr$a;)Vintermediary <init>Lnet/minecraft/class_1769;<init>(Lnet/minecraft/class_1767;Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/DyeItem;<init>(Lnet/minecraft/util/DyeColor;Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
useOnEntity
public ActionResult useOnEntity(ItemStack stack, PlayerEntity user, LivingEntity entity, Hand hand)- Overrides:
useOnEntityin classItem- Mappings:
Namespace Name Mixin selector official aLbnr;a(Lbnv;Lbhl;Lari;Lapp;)Lapq;intermediary method_7847Lnet/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 useOnEntityLnet/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 dLbmt;d()Lbms;intermediary method_7802Lnet/minecraft/class_1769;method_7802()Lnet/minecraft/class_1767;named getColorLnet/minecraft/item/DyeItem;getColor()Lnet/minecraft/util/DyeColor;
-
byColor
- Mappings:
Namespace Name Mixin selector official aLbmt;a(Lbms;)Lbmt;intermediary method_7803Lnet/minecraft/class_1769;method_7803(Lnet/minecraft/class_1767;)Lnet/minecraft/class_1769;named byColorLnet/minecraft/item/DyeItem;byColor(Lnet/minecraft/util/DyeColor;)Lnet/minecraft/item/DyeItem;
-