Class ProjectileEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.projectile.ProjectileEntity
All Implemented Interfaces:
CommandOutput, Nameable, EntityLike
Direct Known Subclasses:
ExplosiveProjectileEntity, FireworkRocketEntity, FishingBobberEntity, LlamaSpitEntity, PersistentProjectileEntity, ShulkerBulletEntity, ThrownEntity

public abstract class ProjectileEntity extends Entity
Mappings:
Namespace Name
official bkb
intermediary net/minecraft/class_1676
named net/minecraft/entity/projectile/ProjectileEntity
  • Field Details

    • ownerUuid

      @Nullable private @Nullable UUID ownerUuid
      Mappings:
      Namespace Name Mixin selector
      official b Lbkb;b:Ljava/util/UUID;
      intermediary field_22478 Lnet/minecraft/class_1676;field_22478:Ljava/util/UUID;
      named ownerUuid Lnet/minecraft/entity/projectile/ProjectileEntity;ownerUuid:Ljava/util/UUID;
    • owner

      @Nullable private @Nullable Entity owner
      Mappings:
      Namespace Name Mixin selector
      official c Lbkb;c:Laso;
      intermediary field_33399 Lnet/minecraft/class_1676;field_33399:Lnet/minecraft/class_1297;
      named owner Lnet/minecraft/entity/projectile/ProjectileEntity;owner:Lnet/minecraft/entity/Entity;
    • leftOwner

      private boolean leftOwner
      Mappings:
      Namespace Name Mixin selector
      official d Lbkb;d:Z
      intermediary field_23740 Lnet/minecraft/class_1676;field_23740:Z
      named leftOwner Lnet/minecraft/entity/projectile/ProjectileEntity;leftOwner:Z
    • shot

      private boolean shot
      Mappings:
      Namespace Name Mixin selector
      official e Lbkb;e:Z
      intermediary field_28646 Lnet/minecraft/class_1676;field_28646:Z
      named shot Lnet/minecraft/entity/projectile/ProjectileEntity;shot:Z
  • Constructor Details

    • ProjectileEntity

      ProjectileEntity(EntityType<? extends ProjectileEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laso;<init>(Lass;Lbvx;)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
  • Method Details

    • setOwner

      public void setOwner(@Nullable @Nullable Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official b Lbkb;b(Laso;)V
      intermediary method_7432 Lnet/minecraft/class_1676;method_7432(Lnet/minecraft/class_1297;)V
      named setOwner Lnet/minecraft/entity/projectile/ProjectileEntity;setOwner(Lnet/minecraft/entity/Entity;)V
    • getOwner

      @Nullable public @Nullable Entity getOwner()
      Mappings:
      Namespace Name Mixin selector
      official w Lbkb;w()Laso;
      intermediary method_24921 Lnet/minecraft/class_1676;method_24921()Lnet/minecraft/class_1297;
      named getOwner Lnet/minecraft/entity/projectile/ProjectileEntity;getOwner()Lnet/minecraft/entity/Entity;
    • writeCustomDataToNbt

      protected void writeCustomDataToNbt(NbtCompound nbt)
      Specified by:
      writeCustomDataToNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      official b Laso;b(Lmv;)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
    • isOwner

      protected boolean isOwner(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official d Lbkb;d(Laso;)Z
      intermediary method_34714 Lnet/minecraft/class_1676;method_34714(Lnet/minecraft/class_1297;)Z
      named isOwner Lnet/minecraft/entity/projectile/ProjectileEntity;isOwner(Lnet/minecraft/entity/Entity;)Z
    • readCustomDataFromNbt

      protected void readCustomDataFromNbt(NbtCompound nbt)
      Specified by:
      readCustomDataFromNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laso;a(Lmv;)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
    • tick

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

      private boolean shouldLeaveOwner()
      Mappings:
      Namespace Name Mixin selector
      official i Lbkb;i()Z
      intermediary method_26961 Lnet/minecraft/class_1676;method_26961()Z
      named shouldLeaveOwner Lnet/minecraft/entity/projectile/ProjectileEntity;shouldLeaveOwner()Z
    • setVelocity

      public void setVelocity(double x, double y, double z, float speed, float divergence)
      Mappings:
      Namespace Name Mixin selector
      official c Lbkb;c(DDDFF)V
      intermediary method_7485 Lnet/minecraft/class_1676;method_7485(DDDFF)V
      named setVelocity Lnet/minecraft/entity/projectile/ProjectileEntity;setVelocity(DDDFF)V
    • setProperties

      public void setProperties(Entity user, float pitch, float yaw, float roll, float modifierZ, float modifierXYZ)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkb;a(Laso;FFFFF)V
      intermediary method_24919 Lnet/minecraft/class_1676;method_24919(Lnet/minecraft/class_1297;FFFFF)V
      named setProperties Lnet/minecraft/entity/projectile/ProjectileEntity;setProperties(Lnet/minecraft/entity/Entity;FFFFF)V
    • onCollision

      protected void onCollision(HitResult hitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkb;a(Ldlz;)V
      intermediary method_7488 Lnet/minecraft/class_1676;method_7488(Lnet/minecraft/class_239;)V
      named onCollision Lnet/minecraft/entity/projectile/ProjectileEntity;onCollision(Lnet/minecraft/util/hit/HitResult;)V
    • onEntityHit

      protected void onEntityHit(EntityHitResult entityHitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkb;a(Ldly;)V
      intermediary method_7454 Lnet/minecraft/class_1676;method_7454(Lnet/minecraft/class_3966;)V
      named onEntityHit Lnet/minecraft/entity/projectile/ProjectileEntity;onEntityHit(Lnet/minecraft/util/hit/EntityHitResult;)V
    • onBlockHit

      protected void onBlockHit(BlockHitResult blockHitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkb;a(Ldlx;)V
      intermediary method_24920 Lnet/minecraft/class_1676;method_24920(Lnet/minecraft/class_3965;)V
      named onBlockHit Lnet/minecraft/entity/projectile/ProjectileEntity;onBlockHit(Lnet/minecraft/util/hit/BlockHitResult;)V
    • setVelocityClient

      public void setVelocityClient(double x, double y, double z)
      Overrides:
      setVelocityClient in class Entity
      Mappings:
      Namespace Name Mixin selector
      official k Laso;k(DDD)V
      intermediary method_5750 Lnet/minecraft/class_1297;method_5750(DDD)V
      named setVelocityClient Lnet/minecraft/entity/Entity;setVelocityClient(DDD)V
    • canHit

      protected boolean canHit(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkb;a(Laso;)Z
      intermediary method_26958 Lnet/minecraft/class_1676;method_26958(Lnet/minecraft/class_1297;)Z
      named canHit Lnet/minecraft/entity/projectile/ProjectileEntity;canHit(Lnet/minecraft/entity/Entity;)Z
    • updateRotation

      protected void updateRotation()
      Mappings:
      Namespace Name Mixin selector
      official x Lbkb;x()V
      intermediary method_26962 Lnet/minecraft/class_1676;method_26962()V
      named updateRotation Lnet/minecraft/entity/projectile/ProjectileEntity;updateRotation()V
    • updateRotation

      protected static float updateRotation(float prevRot, float newRot)
      Mappings:
      Namespace Name Mixin selector
      official d Lbkb;d(FF)F
      intermediary method_26960 Lnet/minecraft/class_1676;method_26960(FF)F
      named updateRotation Lnet/minecraft/entity/projectile/ProjectileEntity;updateRotation(FF)F
    • createSpawnPacket

      public Packet<?> createSpawnPacket()
      Specified by:
      createSpawnPacket in class Entity
      Mappings:
      Namespace Name Mixin selector
      official P Laso;P()Lpf;
      intermediary method_18002 Lnet/minecraft/class_1297;method_18002()Lnet/minecraft/class_2596;
      named createSpawnPacket Lnet/minecraft/entity/Entity;createSpawnPacket()Lnet/minecraft/network/Packet;
    • onSpawnPacket

      public void onSpawnPacket(EntitySpawnS2CPacket packet)
      Overrides:
      onSpawnPacket in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laso;a(Lpj;)V
      intermediary method_31471 Lnet/minecraft/class_1297;method_31471(Lnet/minecraft/class_2604;)V
      named onSpawnPacket Lnet/minecraft/entity/Entity;onSpawnPacket(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)V