Package net.minecraft.item
Class SpectralArrowItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ArrowItem
net.minecraft.item.SpectralArrowItem
- All Implemented Interfaces:
- ItemConvertible,- ProjectileItem,- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/item/SpectralArrowItem- intermediary - net/minecraft/class_1825- official - cya
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.item.ItemItem.Settings, Item.TooltipContextNested classes/interfaces inherited from interface net.minecraft.item.ProjectileItemProjectileItem.PositionFunction, ProjectileItem.Settings
- 
Field SummaryFields inherited from class net.minecraft.item.ItemBASE_ATTACK_DAMAGE_MODIFIER_ID, BASE_ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, ENTRY_CODEC, ITEM_BAR_STEPS, MAX_MAX_COUNT, translationKeyFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateArrow(World world, ItemStack stack, LivingEntity shooter, @Nullable ItemStack shotFrom) createEntity(World world, Position pos, ItemStack stack, Direction direction) Methods inherited from class net.minecraft.item.ItemappendTooltip, asItem, byRawId, canBeNested, canMine, finishUsing, fromBlock, getBonusAttackDamage, getBreakSound, getComponents, getDamageSource, getDefaultStack, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getUseAction, hasGlint, inventoryTick, isCorrectForDrops, isItemBarVisible, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postDamageEntity, postHit, postMine, postProcessComponents, raycast, shouldShowOperatorBlockWarnings, 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.item.ProjectileItemgetProjectileSettings, initializeProjectileMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Constructor Details- 
SpectralArrowItem- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V- intermediary - <init>- Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V- official - <init>- Lcwm;<init>(Lcwm$a;)V
 
 
- 
- 
Method Details- 
createArrowpublic PersistentProjectileEntity createArrow(World world, ItemStack stack, LivingEntity shooter, @Nullable @Nullable ItemStack shotFrom) - Overrides:
- createArrowin class- ArrowItem
- Mappings:
- Namespace - Name - Mixin selector - named - createArrow- Lnet/minecraft/item/ArrowItem;createArrow(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/entity/projectile/PersistentProjectileEntity;- intermediary - method_7702- Lnet/minecraft/class_1744;method_7702(Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1665;- official - a- Lcur;a(Ldgj;Lcwq;Lbvi;Lcwq;)Lcpf;
 
- 
createEntitypublic ProjectileEntity createEntity(World world, Position pos, ItemStack stack, Direction direction) - Specified by:
- createEntityin interface- ProjectileItem
- Overrides:
- createEntityin class- ArrowItem
- Mappings:
- Namespace - Name - Mixin selector - named - createEntity- Lnet/minecraft/item/ProjectileItem;createEntity(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_58648- Lnet/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 - a- Lcxl;a(Ldgj;Lkb;Lcwq;Ljn;)Lcpr;
 
 
-