Class ArrowEntity

All Implemented Interfaces:
CommandOutput, Nameable, EntityLike

public class ArrowEntity extends PersistentProjectileEntity
Mappings:
Namespace Name
official bkj
intermediary net/minecraft/class_1667
named net/minecraft/entity/projectile/ArrowEntity
  • Field Details

    • field_30660

      private static final int field_30660
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Lbkj;f:I
      intermediary field_30660 Lnet/minecraft/class_1667;field_30660:I
      named field_30660 Lnet/minecraft/entity/projectile/ArrowEntity;field_30660:I
    • field_30658

      private static final int field_30658
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ao Lbkj;ao:I
      intermediary field_30658 Lnet/minecraft/class_1667;field_30658:I
      named field_30658 Lnet/minecraft/entity/projectile/ArrowEntity;field_30658:I
    • COLOR

      private static final TrackedData<Integer> COLOR
      Mappings:
      Namespace Name Mixin selector
      official ap Lbkj;ap:Lwf;
      intermediary field_7595 Lnet/minecraft/class_1667;field_7595:Lnet/minecraft/class_2940;
      named COLOR Lnet/minecraft/entity/projectile/ArrowEntity;COLOR:Lnet/minecraft/entity/data/TrackedData;
    • field_30659

      private static final byte field_30659
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official aq Lbkj;aq:B
      intermediary field_30659 Lnet/minecraft/class_1667;field_30659:B
      named field_30659 Lnet/minecraft/entity/projectile/ArrowEntity;field_30659:B
    • potion

      private Potion potion
      Mappings:
      Namespace Name Mixin selector
      official ar Lbkj;ar:Lbsk;
      intermediary field_7597 Lnet/minecraft/class_1667;field_7597:Lnet/minecraft/class_1842;
      named potion Lnet/minecraft/entity/projectile/ArrowEntity;potion:Lnet/minecraft/potion/Potion;
    • effects

      private final Set<StatusEffectInstance> effects
      Mappings:
      Namespace Name Mixin selector
      official as Lbkj;as:Ljava/util/Set;
      intermediary field_7598 Lnet/minecraft/class_1667;field_7598:Ljava/util/Set;
      named effects Lnet/minecraft/entity/projectile/ArrowEntity;effects:Ljava/util/Set;
    • colorSet

      private boolean colorSet
      Mappings:
      Namespace Name Mixin selector
      official at Lbkj;at:Z
      intermediary field_7596 Lnet/minecraft/class_1667;field_7596:Z
      named colorSet Lnet/minecraft/entity/projectile/ArrowEntity;colorSet:Z
  • Constructor Details

    • ArrowEntity

      public ArrowEntity(EntityType<? extends ArrowEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Latf;<init>(Latj;Lbwp;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
    • ArrowEntity

      public ArrowEntity(World world, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkj;<init>(Lbwp;DDD)V
      intermediary <init> Lnet/minecraft/class_1667;<init>(Lnet/minecraft/class_1937;DDD)V
      named <init> Lnet/minecraft/entity/projectile/ArrowEntity;<init>(Lnet/minecraft/world/World;DDD)V
    • ArrowEntity

      public ArrowEntity(World world, LivingEntity owner)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkj;<init>(Lbwp;Latt;)V
      intermediary <init> Lnet/minecraft/class_1667;<init>(Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;)V
      named <init> Lnet/minecraft/entity/projectile/ArrowEntity;<init>(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;)V
  • Method Details

    • initFromStack

      public void initFromStack(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkj;a(Lbqp;)V
      intermediary method_7459 Lnet/minecraft/class_1667;method_7459(Lnet/minecraft/class_1799;)V
      named initFromStack Lnet/minecraft/entity/projectile/ArrowEntity;initFromStack(Lnet/minecraft/item/ItemStack;)V
    • getCustomPotionColor

      public static int getCustomPotionColor(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official c Lbkj;c(Lbqp;)I
      intermediary method_7464 Lnet/minecraft/class_1667;method_7464(Lnet/minecraft/class_1799;)I
      named getCustomPotionColor Lnet/minecraft/entity/projectile/ArrowEntity;getCustomPotionColor(Lnet/minecraft/item/ItemStack;)I
    • initColor

      private void initColor()
      Mappings:
      Namespace Name Mixin selector
      official A Lbkj;A()V
      intermediary method_7462 Lnet/minecraft/class_1667;method_7462()V
      named initColor Lnet/minecraft/entity/projectile/ArrowEntity;initColor()V
    • addEffect

      public void addEffect(StatusEffectInstance effect)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkj;a(Lasz;)V
      intermediary method_7463 Lnet/minecraft/class_1667;method_7463(Lnet/minecraft/class_1293;)V
      named addEffect Lnet/minecraft/entity/projectile/ArrowEntity;addEffect(Lnet/minecraft/entity/effect/StatusEffectInstance;)V
    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official a_ Latf;a_()V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • tick

      public void tick()
      Overrides:
      tick in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official k Latf;k()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • spawnParticles

      private void spawnParticles(int amount)
      Mappings:
      Namespace Name Mixin selector
      official b Lbkj;b(I)V
      intermediary method_7461 Lnet/minecraft/class_1667;method_7461(I)V
      named spawnParticles Lnet/minecraft/entity/projectile/ArrowEntity;spawnParticles(I)V
    • getColor

      public int getColor()
      Mappings:
      Namespace Name Mixin selector
      official v Lbkj;v()I
      intermediary method_7460 Lnet/minecraft/class_1667;method_7460()I
      named getColor Lnet/minecraft/entity/projectile/ArrowEntity;getColor()I
    • setColor

      private void setColor(int color)
      Mappings:
      Namespace Name Mixin selector
      official c Lbkj;c(I)V
      intermediary method_7465 Lnet/minecraft/class_1667;method_7465(I)V
      named setColor Lnet/minecraft/entity/projectile/ArrowEntity;setColor(I)V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official b Latf;b(Lna;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Overrides:
      readCustomDataFromNbt in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a(Lna;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • onHit

      protected void onHit(LivingEntity target)
      Overrides:
      onHit in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lbkh;a(Latt;)V
      intermediary method_7450 Lnet/minecraft/class_1665;method_7450(Lnet/minecraft/class_1309;)V
      named onHit Lnet/minecraft/entity/projectile/PersistentProjectileEntity;onHit(Lnet/minecraft/entity/LivingEntity;)V
    • asItemStack

      protected ItemStack asItemStack()
      Specified by:
      asItemStack in class PersistentProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      official l Lbkh;l()Lbqp;
      intermediary method_7445 Lnet/minecraft/class_1665;method_7445()Lnet/minecraft/class_1799;
      named asItemStack Lnet/minecraft/entity/projectile/PersistentProjectileEntity;asItemStack()Lnet/minecraft/item/ItemStack;
    • handleStatus

      public void handleStatus(byte status)
      Overrides:
      handleStatus in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a(B)V
      intermediary method_5711 Lnet/minecraft/class_1297;method_5711(B)V
      named handleStatus Lnet/minecraft/entity/Entity;handleStatus(B)V