Class ExplosiveProjectileEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.projectile.ExplosiveProjectileEntity
All Implemented Interfaces:
class_3893, Nameable
Direct Known Subclasses:
DragonFireballEntity, FireballEntity, SmallFireballEntity, WitherSkullEntity

public abstract class ExplosiveProjectileEntity extends Entity
Mappings:
Namespace Name
official aol
intermediary net/minecraft/class_992
named net/minecraft/entity/projectile/ExplosiveProjectileEntity
  • Field Details

    • target

      public LivingEntity target
      Mappings:
      Namespace Name Mixin selector
      official a Laol;a:Lafa;
      intermediary field_6931 Lnet/minecraft/class_992;field_6931:Lnet/minecraft/class_1699;
      named target Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;target:Lnet/minecraft/entity/LivingEntity;
    • life

      private int life
      Mappings:
      Namespace Name Mixin selector
      official e Laol;e:I
      intermediary field_4050 Lnet/minecraft/class_992;field_4050:I
      named life Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;life:I
    • field_4041

      private int field_4041
      Mappings:
      Namespace Name Mixin selector
      official f Laol;f:I
      intermediary field_4041 Lnet/minecraft/class_992;field_4041:I
      named field_4041 Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;field_4041:I
    • powerX

      public double powerX
      Mappings:
      Namespace Name Mixin selector
      official b Laol;b:D
      intermediary field_4042 Lnet/minecraft/class_992;field_4042:D
      named powerX Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;powerX:D
    • powerY

      public double powerY
      Mappings:
      Namespace Name Mixin selector
      official c Laol;c:D
      intermediary field_4043 Lnet/minecraft/class_992;field_4043:D
      named powerY Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;powerY:D
    • powerZ

      public double powerZ
      Mappings:
      Namespace Name Mixin selector
      official d Laol;d:D
      intermediary field_4044 Lnet/minecraft/class_992;field_4044:D
      named powerZ Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;powerZ:D
  • Constructor Details

    • ExplosiveProjectileEntity

      protected ExplosiveProjectileEntity(EntityType<?> entityType, World world, float float2, float float3)
    • ExplosiveProjectileEntity

      public ExplosiveProjectileEntity(EntityType<?> entityType, double double2, double double3, double double4, double double5, double double6, double double7, World world, float float2, float float3)
    • ExplosiveProjectileEntity

      public ExplosiveProjectileEntity(EntityType<?> entityType, LivingEntity livingEntity, double double2, double double3, double double4, World world, float float2, float float3)
  • Method Details

    • initDataTracker

      protected void initDataTracker()
      Specified by:
      initDataTracker in class Entity
      Mappings:
      Namespace Name Mixin selector
      official x_ Laer;x_()V
      intermediary method_2484 Lnet/minecraft/class_864;method_2484()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • shouldRender

      @Environment(CLIENT) public boolean shouldRender(double distance)
      Overrides:
      shouldRender in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laer;a(D)Z
      intermediary method_2486 Lnet/minecraft/class_864;method_2486(D)Z
      named shouldRender Lnet/minecraft/entity/Entity;shouldRender(D)Z
    • tick

      public void tick()
      Overrides:
      tick in class Entity
      Mappings:
      Namespace Name Mixin selector
      official R_ Laer;R_()V
      intermediary method_2558 Lnet/minecraft/class_864;method_2558()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • isBurning

      protected boolean isBurning()
      Mappings:
      Namespace Name Mixin selector
      official f Laol;f()Z
      intermediary method_13284 Lnet/minecraft/class_992;method_13284()Z
      named isBurning Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;isBurning()Z
    • method_13283

      protected ParticleEffect method_13283()
      Mappings:
      Namespace Name Mixin selector
      official i Laol;i()Lfk;
      intermediary method_13283 Lnet/minecraft/class_992;method_13283()Lnet/minecraft/class_4340;
      named method_13283 Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;method_13283()Lnet/minecraft/particle/ParticleEffect;
    • getDrag

      protected float getDrag()
      Mappings:
      Namespace Name Mixin selector
      official k Laol;k()F
      intermediary method_4584 Lnet/minecraft/class_992;method_4584()F
      named getDrag Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;getDrag()F
    • onEntityHit

      protected abstract void onEntityHit(BlockHitResult hitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Laol;a(Lceb;)V
      intermediary method_3229 Lnet/minecraft/class_992;method_3229(Lnet/minecraft/class_234;)V
      named onEntityHit Lnet/minecraft/entity/projectile/ExplosiveProjectileEntity;onEntityHit(Lnet/minecraft/util/hit/BlockHitResult;)V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Specified by:
      writeCustomDataToNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      official b Laer;b(Lgy;)V
      intermediary method_2528 Lnet/minecraft/class_864;method_2528(Lnet/minecraft/class_322;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Specified by:
      readCustomDataFromNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laer;a(Lgy;)V
      intermediary method_2498 Lnet/minecraft/class_864;method_2498(Lnet/minecraft/class_322;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • collides

      public boolean collides()
      Overrides:
      collides in class Entity
      Mappings:
      Namespace Name Mixin selector
      official aB Laer;aB()Z
      intermediary method_2471 Lnet/minecraft/class_864;method_2471()Z
      named collides Lnet/minecraft/entity/Entity;collides()Z
    • getTargetingMargin

      public float getTargetingMargin()
      Overrides:
      getTargetingMargin in class Entity
      Mappings:
      Namespace Name Mixin selector
      official aM Laer;aM()F
      intermediary method_2482 Lnet/minecraft/class_864;method_2482()F
      named getTargetingMargin Lnet/minecraft/entity/Entity;getTargetingMargin()F
    • damage

      public boolean damage(DamageSource source, float amount)
      Overrides:
      damage in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laer;a(Laea;F)Z
      intermediary method_2499 Lnet/minecraft/class_864;method_2499(Lnet/minecraft/class_856;F)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/damage/DamageSource;F)Z
    • getBrightnessAtEyes

      public float getBrightnessAtEyes()
      Overrides:
      getBrightnessAtEyes in class Entity
      Mappings:
      Namespace Name Mixin selector
      official az Laer;az()F
      intermediary method_15054 Lnet/minecraft/class_864;method_15054()F
      named getBrightnessAtEyes Lnet/minecraft/entity/Entity;getBrightnessAtEyes()F
    • getLightmapCoordinates

      @Environment(CLIENT) public int getLightmapCoordinates()
      Overrides:
      getLightmapCoordinates in class Entity
      Mappings:
      Namespace Name Mixin selector
      official ay Laer;ay()I
      intermediary method_15053 Lnet/minecraft/class_864;method_15053()I
      named getLightmapCoordinates Lnet/minecraft/entity/Entity;getLightmapCoordinates()I