Class EndCrystalEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.EndCrystalEntity
All Implemented Interfaces:
CommandSource

public class EndCrystalEntity extends Entity
Mappings:
Namespace Name
official ya
intermediary net/minecraft/class_958
named net/minecraft/entity/EndCrystalEntity
  • Field Details

    • BEAM_TARGET

      private static final TrackedData<Optional<BlockPos>> BEAM_TARGET
      Mappings:
      Namespace Name Mixin selector
      official b Lya;b:Lkk;
      intermediary field_14659 Lnet/minecraft/class_958;field_14659:Lnet/minecraft/class_2921;
      named BEAM_TARGET Lnet/minecraft/entity/EndCrystalEntity;BEAM_TARGET:Lnet/minecraft/entity/data/TrackedData;
    • SHOW_BOTTOM

      private static final TrackedData<Boolean> SHOW_BOTTOM
      Mappings:
      Namespace Name Mixin selector
      official c Lya;c:Lkk;
      intermediary field_14660 Lnet/minecraft/class_958;field_14660:Lnet/minecraft/class_2921;
      named SHOW_BOTTOM Lnet/minecraft/entity/EndCrystalEntity;SHOW_BOTTOM:Lnet/minecraft/entity/data/TrackedData;
    • endCrystalAge

      public int endCrystalAge
      Mappings:
      Namespace Name Mixin selector
      official a Lya;a:I
      intermediary field_3737 Lnet/minecraft/class_958;field_3737:I
      named endCrystalAge Lnet/minecraft/entity/EndCrystalEntity;endCrystalAge:I
  • Constructor Details

    • EndCrystalEntity

      public EndCrystalEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsn;<init>(Lajs;)V
      intermediary <init> Lnet/minecraft/class_864;<init>(Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
    • EndCrystalEntity

      public EndCrystalEntity(World world, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lya;<init>(Lajs;DDD)V
      intermediary <init> Lnet/minecraft/class_958;<init>(Lnet/minecraft/class_1150;DDD)V
      named <init> Lnet/minecraft/entity/EndCrystalEntity;<init>(Lnet/minecraft/world/World;DDD)V
  • Method Details

    • canClimb

      protected boolean canClimb()
      Overrides:
      canClimb in class Entity
      Mappings:
      Namespace Name Mixin selector
      official af Lsn;af()Z
      intermediary method_2549 Lnet/minecraft/class_864;method_2549()Z
      named canClimb Lnet/minecraft/entity/Entity;canClimb()Z
    • initDataTracker

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

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

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

      protected void readCustomDataFromNbt(NbtCompound nbt)
      Specified by:
      readCustomDataFromNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Lsn;a(Ldu;)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 aq Lsn;aq()Z
      intermediary method_2471 Lnet/minecraft/class_864;method_2471()Z
      named collides Lnet/minecraft/entity/Entity;collides()Z
    • damage

      public boolean damage(DamageSource source, float amount)
      Overrides:
      damage in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Lsn;a(Lry;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
    • kill

      public void kill()
      Overrides:
      kill in class Entity
      Mappings:
      Namespace Name Mixin selector
      official Q Lsn;Q()V
      intermediary method_10927 Lnet/minecraft/class_864;method_10927()V
      named kill Lnet/minecraft/entity/Entity;kill()V
    • crystalDestroyed

      private void crystalDestroyed(DamageSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Lya;a(Lry;)V
      intermediary method_13158 Lnet/minecraft/class_958;method_13158(Lnet/minecraft/class_856;)V
      named crystalDestroyed Lnet/minecraft/entity/EndCrystalEntity;crystalDestroyed(Lnet/minecraft/entity/damage/DamageSource;)V
    • setBeamTarget

      public void setBeamTarget(@Nullable BlockPos beamTarget)
      Mappings:
      Namespace Name Mixin selector
      official a Lya;a(Lco;)V
      intermediary method_13157 Lnet/minecraft/class_958;method_13157(Lnet/minecraft/class_2552;)V
      named setBeamTarget Lnet/minecraft/entity/EndCrystalEntity;setBeamTarget(Lnet/minecraft/util/math/BlockPos;)V
    • getBeamTarget

      @Nullable public BlockPos getBeamTarget()
      Mappings:
      Namespace Name Mixin selector
      official j Lya;j()Lco;
      intermediary method_13160 Lnet/minecraft/class_958;method_13160()Lnet/minecraft/class_2552;
      named getBeamTarget Lnet/minecraft/entity/EndCrystalEntity;getBeamTarget()Lnet/minecraft/util/math/BlockPos;
    • setShowBottom

      public void setShowBottom(boolean showBottom)
      Mappings:
      Namespace Name Mixin selector
      official a Lya;a(Z)V
      intermediary method_13159 Lnet/minecraft/class_958;method_13159(Z)V
      named setShowBottom Lnet/minecraft/entity/EndCrystalEntity;setShowBottom(Z)V
    • shouldShowBottom

      public boolean shouldShowBottom()
      Mappings:
      Namespace Name Mixin selector
      official k Lya;k()Z
      intermediary method_13161 Lnet/minecraft/class_958;method_13161()Z
      named shouldShowBottom Lnet/minecraft/entity/EndCrystalEntity;shouldShowBottom()Z
    • shouldRender

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