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 bybintermediary 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
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intstatic final StringFields 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.protected static intgetRandomSoundVariant(AbstractRandom random, boolean screaming) private intgetSoundVariant(ItemStack stack) static ItemStackgetStackForGoat(GoatEntity goat) private static ItemStackgetStackForSoundVariant(int soundVariant) getUseAction(ItemStack stack) private static voidplaySound(World world, PlayerEntity player, SoundEvent sound) static voidsetRandomSoundVariant(ItemStack stack, AbstractRandom random) private static voidsetSoundVariant(ItemStack stack, int soundVariant) 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
-
field_39053
private static final int field_39053- See Also:
- Mappings:
Namespace Name Mixin selector official bLbyb;b:Iintermediary field_39053Lnet/minecraft/class_7430;field_39053:Inamed field_39053Lnet/minecraft/item/GoatHornItem;field_39053:I
-
SOUND_VARIANT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official aLbyb;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_39054
private static final int field_39054- See Also:
- Mappings:
Namespace Name Mixin selector official cLbyb;c:Iintermediary field_39054Lnet/minecraft/class_7430;field_39054:Inamed field_39054Lnet/minecraft/item/GoatHornItem;field_39054:I
-
field_39055
private static final int field_39055- See Also:
- Mappings:
Namespace Name Mixin selector official dLbyb;d:Iintermediary field_39055Lnet/minecraft/class_7430;field_39055:Inamed field_39055Lnet/minecraft/item/GoatHornItem;field_39055:I
-
field_39056
private static final int field_39056- See Also:
- Mappings:
Namespace Name Mixin selector official eLbyb;e:Iintermediary field_39056Lnet/minecraft/class_7430;field_39056:Inamed field_39056Lnet/minecraft/item/GoatHornItem;field_39056:I
-
-
Constructor Details
-
GoatHornItem
- Mappings:
Namespace Name Mixin selector official <init>Lbyh;<init>(Lbyh$a;)Vintermediary <init>Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
-
-
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 aLbyh;a(Lbyl;Lcel;Ljava/util/List;Lbzz;)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 aLbyb;a(I)Lbyl;intermediary method_43558Lnet/minecraft/class_7430;method_43558(I)Lnet/minecraft/class_1799;named getStackForSoundVariantLnet/minecraft/item/GoatHornItem;getStackForSoundVariant(I)Lnet/minecraft/item/ItemStack;
-
getStackForGoat
- Mappings:
Namespace Name Mixin selector official aLbyb;a(Lbmm;)Lbyl;intermediary method_43560Lnet/minecraft/class_7430;method_43560(Lnet/minecraft/class_6053;)Lnet/minecraft/class_1799;named getStackForGoatLnet/minecraft/item/GoatHornItem;getStackForGoat(Lnet/minecraft/entity/passive/GoatEntity;)Lnet/minecraft/item/ItemStack;
-
setRandomSoundVariant
- Mappings:
Namespace Name Mixin selector official aLbyb;a(Lbyl;Lakt;)Vintermediary method_43562Lnet/minecraft/class_7430;method_43562(Lnet/minecraft/class_1799;Lnet/minecraft/class_5819;)Vnamed setRandomSoundVariantLnet/minecraft/item/GoatHornItem;setRandomSoundVariant(Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/random/AbstractRandom;)V
-
setSoundVariant
- Mappings:
Namespace Name Mixin selector official aLbyb;a(Lbyl;I)Vintermediary method_43561Lnet/minecraft/class_7430;method_43561(Lnet/minecraft/class_1799;I)Vnamed setSoundVariantLnet/minecraft/item/GoatHornItem;setSoundVariant(Lnet/minecraft/item/ItemStack;I)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 aLbyh;a(Lbwz;Lhb;)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
-
getRandomSoundVariant
- Mappings:
Namespace Name Mixin selector official aLbyb;a(Lakt;Z)Iintermediary method_43559Lnet/minecraft/class_7430;method_43559(Lnet/minecraft/class_5819;Z)Inamed getRandomSoundVariantLnet/minecraft/item/GoatHornItem;getRandomSoundVariant(Lnet/minecraft/util/math/random/AbstractRandom;Z)I
-
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 aLbyh;a(Lcel;Lbrs;Laya;)Layc;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 bLbyh;b(Lbyl;)Iintermediary method_7881Lnet/minecraft/class_1792;method_7881(Lnet/minecraft/class_1799;)Inamed getMaxUseTimeLnet/minecraft/item/Item;getMaxUseTime(Lnet/minecraft/item/ItemStack;)I
-
getSoundVariant
- Mappings:
Namespace Name Mixin selector official dLbyb;d(Lbyl;)Iintermediary method_43564Lnet/minecraft/class_7430;method_43564(Lnet/minecraft/class_1799;)Inamed getSoundVariantLnet/minecraft/item/GoatHornItem;getSoundVariant(Lnet/minecraft/item/ItemStack;)I
-
getUseAction
- Overrides:
getUseActionin classItem- Mappings:
Namespace Name Mixin selector official cLbyh;c(Lbyl;)Lcab;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 aLbyb;a(Lcel;Lbrs;Laih;)Vintermediary method_43563Lnet/minecraft/class_7430;method_43563(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_3414;)Vnamed playSoundLnet/minecraft/item/GoatHornItem;playSound(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/sound/SoundEvent;)V
-