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 - cgp- intermediary - net/minecraft/class_1811- named - net/minecraft/item/RangedWeaponItem
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.item.ItemItem.Settings
- 
Field SummaryFieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.item.ItemATTACK_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.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintGets the enchantability of an item.static ItemStackgetHeldProjectile(LivingEntity entity, Predicate<ItemStack> predicate) abstract intgetRange()Methods inherited from class net.minecraft.item.ItemappendTooltip, asItem, byRawId, canBeNested, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, 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, isNbtSynced, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessNbt, raycast, toString, usageTick, use, useOnBlock, useOnEntityMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
BOW_PROJECTILES- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcgp;c:Ljava/util/function/Predicate;- intermediary - field_18281- Lnet/minecraft/class_1811;field_18281:Ljava/util/function/Predicate;- named - BOW_PROJECTILES- Lnet/minecraft/item/RangedWeaponItem;BOW_PROJECTILES:Ljava/util/function/Predicate;
 
- 
CROSSBOW_HELD_PROJECTILES- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcgp;d:Ljava/util/function/Predicate;- intermediary - field_18282- Lnet/minecraft/class_1811;field_18282:Ljava/util/function/Predicate;- named - CROSSBOW_HELD_PROJECTILES- Lnet/minecraft/item/RangedWeaponItem;CROSSBOW_HELD_PROJECTILES:Ljava/util/function/Predicate;
 
 
- 
- 
Constructor Details- 
RangedWeaponItem- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcfu;<init>(Lcfu$a;)V- intermediary - <init>- Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V- named - <init>- Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
 
 
- 
- 
Method Details- 
getHeldProjectiles- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcgp;e()Ljava/util/function/Predicate;- intermediary - method_20310- Lnet/minecraft/class_1811;method_20310()Ljava/util/function/Predicate;- named - getHeldProjectiles- Lnet/minecraft/item/RangedWeaponItem;getHeldProjectiles()Ljava/util/function/Predicate;
 
- 
getProjectiles- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcgp;b()Ljava/util/function/Predicate;- intermediary - method_19268- Lnet/minecraft/class_1811;method_19268()Ljava/util/function/Predicate;- named - getProjectiles- Lnet/minecraft/item/RangedWeaponItem;getProjectiles()Ljava/util/function/Predicate;
 
- 
getHeldProjectile- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcgp;a(Lbfz;Ljava/util/function/Predicate;)Lcfz;- intermediary - method_18815- Lnet/minecraft/class_1811;method_18815(Lnet/minecraft/class_1309;Ljava/util/function/Predicate;)Lnet/minecraft/class_1799;- named - getHeldProjectile- Lnet/minecraft/item/RangedWeaponItem;getHeldProjectile(Lnet/minecraft/entity/LivingEntity;Ljava/util/function/Predicate;)Lnet/minecraft/item/ItemStack;
 
- 
getEnchantabilitypublic 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 class- Item
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcfu;c()I- intermediary - method_7837- Lnet/minecraft/class_1792;method_7837()I- named - getEnchantability- Lnet/minecraft/item/Item;getEnchantability()I
 
- 
getRangepublic abstract int getRange()- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcgp;d()I- intermediary - method_24792- Lnet/minecraft/class_1811;method_24792()I- named - getRange- Lnet/minecraft/item/RangedWeaponItem;getRange()I
 
 
-