Package net.minecraft.item
Class WindChargeItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.WindChargeItem
- All Implemented Interfaces:
class_9463,ItemConvertible,ToggleableFeature
- Mappings:
Namespace Name named net/minecraft/item/WindChargeItemintermediary net/minecraft/class_9239official cvk
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.SettingsNested classes/interfaces inherited from interface net.minecraft.class_9463
class_9463.class_9464, class_9463.class_9466 -
Field Summary
FieldsFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, ITEM_BAR_STEPS, MAX_MAX_COUNTFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_58648(World world, Position position, ItemStack itemStack, Direction direction) voidmethod_58654(ProjectileEntity projectileEntity, double double2, double double3, double double4, float float2, float float3) use(World world, PlayerEntity user, Hand hand) Called when the player uses (or starts using) the item.Methods inherited from class net.minecraft.item.Item
appendTooltip, asItem, byRawId, canBeNested, canMine, canRepair, finishUsing, fromBlock, getAttributeModifiers, getBonusAttackDamage, getBreakSound, getComponents, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getOrCreateTranslationKey, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isCorrectForDrops, isEnchantable, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessComponents, raycast, toString, usageTick, useOnBlock, 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
-
COOLDOWN
private static final int COOLDOWN- See Also:
- Mappings:
Namespace Name Mixin selector named COOLDOWNLnet/minecraft/item/WindChargeItem;COOLDOWN:Iintermediary field_49099Lnet/minecraft/class_9239;field_49099:Iofficial aLcvk;a:I
-
-
Constructor Details
-
WindChargeItem
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)Vintermediary <init>Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)Vofficial <init>Lctj;<init>(Lctj$a;)V
-
-
Method Details
-
use
Called when the player uses (or starts using) the item. The use action, by default, is bound to the right mouse button. This method checks the player's hunger when the item is a food, and will pass in all other cases by default.If the item can be used for multiple ticks, then this will only be called when the player starts using it. After that,
Item.usageTick(net.minecraft.world.World, net.minecraft.entity.LivingEntity, net.minecraft.item.ItemStack, int)is called every tick until the player finishes using the item.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 named useLnet/minecraft/item/Item;use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;intermediary method_7836Lnet/minecraft/class_1792;method_7836(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1271;official aLctj;a(Ldax;Lclw;Lbpt;)Lbpv;
-
method_58648
public ProjectileEntity method_58648(World world, Position position, ItemStack itemStack, Direction direction) - Specified by:
method_58648in interfaceclass_9463- Mappings:
Namespace Name Mixin selector named method_58648Lnet/minecraft/class_9463;method_58648(Lnet/minecraft/world/World;Lnet/minecraft/util/math/Position;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/entity/projectile/ProjectileEntity;intermediary method_58648Lnet/minecraft/class_9463;method_58648(Lnet/minecraft/class_1937;Lnet/minecraft/class_2374;Lnet/minecraft/class_1799;Lnet/minecraft/class_2350;)Lnet/minecraft/class_1676;official aLcug;a(Ldax;Ljh;Lcto;Lit;)Lcmo;
-
method_58654
public void method_58654(ProjectileEntity projectileEntity, double double2, double double3, double double4, float float2, float float3) - Specified by:
method_58654in interfaceclass_9463- Mappings:
Namespace Name Mixin selector named method_58654Lnet/minecraft/class_9463;method_58654(Lnet/minecraft/entity/projectile/ProjectileEntity;DDDFF)Vintermediary method_58654Lnet/minecraft/class_9463;method_58654(Lnet/minecraft/class_1676;DDDFF)Vofficial aLcug;a(Lcmo;DDDFF)V
-
method_58653
- Specified by:
method_58653in interfaceclass_9463- Mappings:
Namespace Name Mixin selector named method_58653Lnet/minecraft/class_9463;method_58653()Lnet/minecraft/class_9463$class_9464;intermediary method_58653Lnet/minecraft/class_9463;method_58653()Lnet/minecraft/class_9463$class_9464;official cLcug;c()Lcug$a;
-