Package net.minecraft.item
Class GoatHornItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.GoatHornItem
- All Implemented Interfaces:
ItemConvertible
- Mappings:
Namespace Name official byuintermediary net/minecraft/class_7430named net/minecraft/item/GoatHornItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStacks(ItemGroup group, DefaultedList<ItemStack> stacks) Appends the stacks of this item shown in the item group to the list.voidappendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) intgetMaxUseTime(ItemStack stack) Returns the maximum use (right-click) time of this item, in ticks.private static @Nullable IdentifiergetSoundVariant(ItemStack itemStack) static ItemStackgetStackForSoundVariant(Item item, RegistryEntry<class_7444> registryEntry) getUseAction(ItemStack stack) private static @Nullable class_7444method_43711(ItemStack itemStack) private static voidplaySound(World world, PlayerEntity player, class_7444 class_7444) static voidsetRandomSoundVariant(ItemStack itemStack, TagKey<class_7444> tagKey, AbstractRandom abstractRandom) private static voidsetSoundVariant(ItemStack stack, RegistryEntry<class_7444> registryEntry) use(World world, PlayerEntity user, Hand hand) Called when an item is used by a player.Methods inherited from class net.minecraft.item.Item
asItem, byRawId, canBeNested, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getEquipSound, getFoodComponent, getGroup, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getRegistryEntry, getTooltipData, getTranslationKey, getTranslationKey, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNbtSynced, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessNbt, raycast, toString, usageTick, useOnBlock, useOnEntity
-
Field Details
-
SOUND_VARIANT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official aLbyu;a:Ljava/lang/String;intermediary field_39052Lnet/minecraft/class_7430;field_39052:Ljava/lang/String;named SOUND_VARIANT_KEYLnet/minecraft/item/GoatHornItem;SOUND_VARIANT_KEY:Ljava/lang/String;
-
field_39123
- Mappings:
Namespace Name Mixin selector official bLbyu;b:Lajs;intermediary field_39123Lnet/minecraft/class_7430;field_39123:Lnet/minecraft/class_6862;named field_39123Lnet/minecraft/item/GoatHornItem;field_39123:Lnet/minecraft/tag/TagKey;
-
-
Constructor Details
-
GoatHornItem
-
-
Method Details
-
appendTooltip
public void appendTooltip(ItemStack stack, @Nullable @Nullable World world, List<Text> tooltip, TooltipContext context) - Overrides:
appendTooltipin classItem- Mappings:
Namespace Name Mixin selector official aLbyw;a(Lbza;Lcfa;Ljava/util/List;Lcao;)Vintermediary method_7851Lnet/minecraft/class_1792;method_7851(Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Ljava/util/List;Lnet/minecraft/class_1836;)Vnamed appendTooltipLnet/minecraft/item/Item;appendTooltip(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;)V
-
getStackForSoundVariant
- Mappings:
Namespace Name Mixin selector official aLbyu;a(Lbyw;Lgy;)Lbza;intermediary method_43558Lnet/minecraft/class_7430;method_43558(Lnet/minecraft/class_1792;Lnet/minecraft/class_6880;)Lnet/minecraft/class_1799;named getStackForSoundVariantLnet/minecraft/item/GoatHornItem;getStackForSoundVariant(Lnet/minecraft/item/Item;Lnet/minecraft/util/registry/RegistryEntry;)Lnet/minecraft/item/ItemStack;
-
setRandomSoundVariant
public static void setRandomSoundVariant(ItemStack itemStack, TagKey<class_7444> tagKey, AbstractRandom abstractRandom) - Mappings:
Namespace Name Mixin selector official aLbyu;a(Lbza;Lajs;Lalf;)Vintermediary method_43562Lnet/minecraft/class_7430;method_43562(Lnet/minecraft/class_1799;Lnet/minecraft/class_6862;Lnet/minecraft/class_5819;)Vnamed setRandomSoundVariantLnet/minecraft/item/GoatHornItem;setRandomSoundVariant(Lnet/minecraft/item/ItemStack;Lnet/minecraft/tag/TagKey;Lnet/minecraft/util/math/random/AbstractRandom;)V
-
setSoundVariant
- Mappings:
Namespace Name Mixin selector official aLbyu;a(Lbza;Lgy;)Vintermediary method_43561Lnet/minecraft/class_7430;method_43561(Lnet/minecraft/class_1799;Lnet/minecraft/class_6880;)Vnamed setSoundVariantLnet/minecraft/item/GoatHornItem;setSoundVariant(Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/registry/RegistryEntry;)V
-
appendStacks
Appends the stacks of this item shown in the item group to the list.- Overrides:
appendStacksin classItem- See Also:
- Mappings:
Namespace Name Mixin selector official aLbyw;a(Lbxm;Lhe;)Vintermediary method_7850Lnet/minecraft/class_1792;method_7850(Lnet/minecraft/class_1761;Lnet/minecraft/class_2371;)Vnamed appendStacksLnet/minecraft/item/Item;appendStacks(Lnet/minecraft/item/ItemGroup;Lnet/minecraft/util/collection/DefaultedList;)V
-
use
Called when an item is used by a player. The use action, by default, is bound to the right mouse button.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using
world.isClient().- Overrides:
usein classItem- Parameters:
world- the world the item was used inuser- the player who used the itemhand- the hand used- Returns:
- a typed action result that specifies whether using the item was successful. The action result contains the new item stack that the player's hand will be set to.
- Mappings:
Namespace Name Mixin selector official aLbyw;a(Lcfa;Lbsf;Layn;)Layp;intermediary method_7836Lnet/minecraft/class_1792;method_7836(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1271;named useLnet/minecraft/item/Item;use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;
-
getMaxUseTime
Returns the maximum use (right-click) time of this item, in ticks. Once a player has used an item for said number of ticks, they stop using it, andItem.finishUsing(net.minecraft.item.ItemStack, net.minecraft.world.World, net.minecraft.entity.LivingEntity)is called.- Overrides:
getMaxUseTimein classItem- Returns:
- the maximum use (right-click) time of this item, in ticks
- Mappings:
Namespace Name Mixin selector official bLbyw;b(Lbza;)Iintermediary method_7881Lnet/minecraft/class_1792;method_7881(Lnet/minecraft/class_1799;)Inamed getMaxUseTimeLnet/minecraft/item/Item;getMaxUseTime(Lnet/minecraft/item/ItemStack;)I
-
method_43711
- Mappings:
Namespace Name Mixin selector official dLbyu;d(Lbza;)Lbyt;intermediary method_43711Lnet/minecraft/class_7430;method_43711(Lnet/minecraft/class_1799;)Lnet/minecraft/class_7444;named method_43711Lnet/minecraft/item/GoatHornItem;method_43711(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/class_7444;
-
getSoundVariant
- Mappings:
Namespace Name Mixin selector official kLbyu;k(Lbza;)Lzy;intermediary method_43564Lnet/minecraft/class_7430;method_43564(Lnet/minecraft/class_1799;)Lnet/minecraft/class_2960;named getSoundVariantLnet/minecraft/item/GoatHornItem;getSoundVariant(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/util/Identifier;
-
getUseAction
- Overrides:
getUseActionin classItem- Mappings:
Namespace Name Mixin selector official cLbyw;c(Lbza;)Lcaq;intermediary method_7853Lnet/minecraft/class_1792;method_7853(Lnet/minecraft/class_1799;)Lnet/minecraft/class_1839;named getUseActionLnet/minecraft/item/Item;getUseAction(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/util/UseAction;
-
playSound
- Mappings:
Namespace Name Mixin selector official aLbyu;a(Lcfa;Lbsf;Lbyt;)Vintermediary method_43563Lnet/minecraft/class_7430;method_43563(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_7444;)Vnamed playSoundLnet/minecraft/item/GoatHornItem;playSound(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/class_7444;)V
-