Package net.minecraft.item
Class RangedWeaponItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.RangedWeaponItem
- All Implemented Interfaces:
ItemConvertible,ToggleableFeature
- Direct Known Subclasses:
BowItem,CrossbowItem
- Mappings:
Namespace Name official csiintermediary net/minecraft/class_1811named net/minecraft/item/RangedWeaponItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, DEFAULT_MAX_USE_TIME, ITEM_BAR_STEPSFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProjectileEntitycreateArrowEntity(World world, LivingEntity shooter, ItemStack weaponStack, ItemStack projectileStack, boolean critical) intGets the enchantability of an item.static ItemStackgetHeldProjectile(LivingEntity entity, Predicate<ItemStack> predicate) protected static ItemStackgetProjectile(ItemStack weaponStack, ItemStack projectileStack, LivingEntity shooter, boolean multishot) abstract intgetRange()protected intgetWeaponStackDamage(ItemStack projectile) protected static booleanisInfinity(ItemStack weaponStack, ItemStack projectileStack, boolean creative) load(ItemStack weaponStack, ItemStack projectileStack, LivingEntity shooter) protected abstract voidshoot(LivingEntity shooter, ProjectileEntity projectile, int index, float speed, float divergence, float yaw, @Nullable LivingEntity target) protected voidshootAll(World world, LivingEntity shooter, Hand hand, ItemStack stack, List<ItemStack> projectiles, float speed, float divergence, boolean critical, @Nullable LivingEntity target) Methods inherited from class net.minecraft.item.Item
appendTooltip, asItem, byRawId, canBeNested, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getBreakSound, getComponents, getDefaultStack, getDrinkSound, getEatSound, getFoodComponent, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessComponents, raycast, toString, usageTick, use, 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
-
BOW_PROJECTILES
- Mappings:
Namespace Name Mixin selector official cLcsi;c:Ljava/util/function/Predicate;intermediary field_18281Lnet/minecraft/class_1811;field_18281:Ljava/util/function/Predicate;named BOW_PROJECTILESLnet/minecraft/item/RangedWeaponItem;BOW_PROJECTILES:Ljava/util/function/Predicate;
-
CROSSBOW_HELD_PROJECTILES
- Mappings:
Namespace Name Mixin selector official jLcsi;j:Ljava/util/function/Predicate;intermediary field_18282Lnet/minecraft/class_1811;field_18282:Ljava/util/function/Predicate;named CROSSBOW_HELD_PROJECTILESLnet/minecraft/item/RangedWeaponItem;CROSSBOW_HELD_PROJECTILES:Ljava/util/function/Predicate;
-
-
Constructor Details
-
RangedWeaponItem
- Mappings:
Namespace Name Mixin selector official <init>Lcrn;<init>(Lcrn$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
-
getHeldProjectiles
- Mappings:
Namespace Name Mixin selector official dLcsi;d()Ljava/util/function/Predicate;intermediary method_20310Lnet/minecraft/class_1811;method_20310()Ljava/util/function/Predicate;named getHeldProjectilesLnet/minecraft/item/RangedWeaponItem;getHeldProjectiles()Ljava/util/function/Predicate;
-
getProjectiles
- Mappings:
Namespace Name Mixin selector official bLcsi;b()Ljava/util/function/Predicate;intermediary method_19268Lnet/minecraft/class_1811;method_19268()Ljava/util/function/Predicate;named getProjectilesLnet/minecraft/item/RangedWeaponItem;getProjectiles()Ljava/util/function/Predicate;
-
getHeldProjectile
- Mappings:
Namespace Name Mixin selector official aLcsi;a(Lbqt;Ljava/util/function/Predicate;)Lcrs;intermediary method_18815Lnet/minecraft/class_1811;method_18815(Lnet/minecraft/class_1309;Ljava/util/function/Predicate;)Lnet/minecraft/class_1799;named getHeldProjectileLnet/minecraft/item/RangedWeaponItem;getHeldProjectile(Lnet/minecraft/entity/LivingEntity;Ljava/util/function/Predicate;)Lnet/minecraft/item/ItemStack;
-
getEnchantability
public int getEnchantability()Gets the enchantability of an item. This specifies the ability of an item to receive enchantments when enchanted using an enchanting table. As the value increases, the amount and level of enchantments applied increase.If the value of this method is 0, the item cannot be enchanted using an enchanting table.
- Overrides:
getEnchantabilityin classItem- Mappings:
Namespace Name Mixin selector official gLcrn;g()Iintermediary method_7837Lnet/minecraft/class_1792;method_7837()Inamed getEnchantabilityLnet/minecraft/item/Item;getEnchantability()I
-
getRange
public abstract int getRange()- Mappings:
Namespace Name Mixin selector official cLcsi;c()Iintermediary method_24792Lnet/minecraft/class_1811;method_24792()Inamed getRangeLnet/minecraft/item/RangedWeaponItem;getRange()I
-
shootAll
protected void shootAll(World world, LivingEntity shooter, Hand hand, ItemStack stack, List<ItemStack> projectiles, float speed, float divergence, boolean critical, @Nullable @Nullable LivingEntity target) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lczg;Lbqt;Lboe;Lcrs;Ljava/util/List;FFZLbqt;)Vintermediary method_57393Lnet/minecraft/class_1811;method_57393(Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;Lnet/minecraft/class_1268;Lnet/minecraft/class_1799;Ljava/util/List;FFZLnet/minecraft/class_1309;)Vnamed shootAllLnet/minecraft/item/RangedWeaponItem;shootAll(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Ljava/util/List;FFZLnet/minecraft/entity/LivingEntity;)V
-
getWeaponStackDamage
- Mappings:
Namespace Name Mixin selector official kLcsi;k(Lcrs;)Iintermediary method_57345Lnet/minecraft/class_1811;method_57345(Lnet/minecraft/class_1799;)Inamed getWeaponStackDamageLnet/minecraft/item/RangedWeaponItem;getWeaponStackDamage(Lnet/minecraft/item/ItemStack;)I
-
shoot
protected abstract void shoot(LivingEntity shooter, ProjectileEntity projectile, int index, float speed, float divergence, float yaw, @Nullable @Nullable LivingEntity target) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lbqt;Lcks;IFFFLbqt;)Vintermediary method_7763Lnet/minecraft/class_1811;method_7763(Lnet/minecraft/class_1309;Lnet/minecraft/class_1676;IFFFLnet/minecraft/class_1309;)Vnamed shootLnet/minecraft/item/RangedWeaponItem;shoot(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/projectile/ProjectileEntity;IFFFLnet/minecraft/entity/LivingEntity;)V
-
createArrowEntity
protected ProjectileEntity createArrowEntity(World world, LivingEntity shooter, ItemStack weaponStack, ItemStack projectileStack, boolean critical) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lczg;Lbqt;Lcrs;Lcrs;Z)Lcks;intermediary method_57344Lnet/minecraft/class_1811;method_57344(Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_1676;named createArrowEntityLnet/minecraft/item/RangedWeaponItem;createArrowEntity(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/projectile/ProjectileEntity;
-
isInfinity
protected static boolean isInfinity(ItemStack weaponStack, ItemStack projectileStack, boolean creative) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lcrs;Lcrs;Z)Zintermediary method_57392Lnet/minecraft/class_1811;method_57392(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Z)Znamed isInfinityLnet/minecraft/item/RangedWeaponItem;isInfinity(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)Z
-
load
protected static List<ItemStack> load(ItemStack weaponStack, ItemStack projectileStack, LivingEntity shooter) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lcrs;Lcrs;Lbqt;)Ljava/util/List;intermediary method_57390Lnet/minecraft/class_1811;method_57390(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;)Ljava/util/List;named loadLnet/minecraft/item/RangedWeaponItem;load(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/LivingEntity;)Ljava/util/List;
-
getProjectile
protected static ItemStack getProjectile(ItemStack weaponStack, ItemStack projectileStack, LivingEntity shooter, boolean multishot) - Mappings:
Namespace Name Mixin selector official aLcsi;a(Lcrs;Lcrs;Lbqt;Z)Lcrs;intermediary method_57391Lnet/minecraft/class_1811;method_57391(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;Z)Lnet/minecraft/class_1799;named getProjectileLnet/minecraft/item/RangedWeaponItem;getProjectile(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/LivingEntity;Z)Lnet/minecraft/item/ItemStack;
-