Class EndCrystalEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.decoration.EndCrystalEntity
All Implemented Interfaces:
CommandOutput, Nameable, EntityLike

public class EndCrystalEntity extends Entity
Mappings:
Namespace Name
official bfw
intermediary net/minecraft/class_1511
named net/minecraft/entity/decoration/EndCrystalEntity
  • Field Details

    • BEAM_TARGET

      private static final TrackedData<Optional<BlockPos>> BEAM_TARGET
      Mappings:
      Namespace Name Mixin selector
      official c Lbfw;c:Lwf;
      intermediary field_7033 Lnet/minecraft/class_1511;field_7033:Lnet/minecraft/class_2940;
      named BEAM_TARGET Lnet/minecraft/entity/decoration/EndCrystalEntity;BEAM_TARGET:Lnet/minecraft/entity/data/TrackedData;
    • SHOW_BOTTOM

      private static final TrackedData<Boolean> SHOW_BOTTOM
      Mappings:
      Namespace Name Mixin selector
      official d Lbfw;d:Lwf;
      intermediary field_7035 Lnet/minecraft/class_1511;field_7035:Lnet/minecraft/class_2940;
      named SHOW_BOTTOM Lnet/minecraft/entity/decoration/EndCrystalEntity;SHOW_BOTTOM:Lnet/minecraft/entity/data/TrackedData;
    • endCrystalAge

      public int endCrystalAge
      Mappings:
      Namespace Name Mixin selector
      official b Lbfw;b:I
      intermediary field_7034 Lnet/minecraft/class_1511;field_7034:I
      named endCrystalAge Lnet/minecraft/entity/decoration/EndCrystalEntity;endCrystalAge:I
  • Constructor Details

    • EndCrystalEntity

      public EndCrystalEntity(EntityType<? extends EndCrystalEntity> 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
    • EndCrystalEntity

      public EndCrystalEntity(World world, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfw;<init>(Lbwp;DDD)V
      intermediary <init> Lnet/minecraft/class_1511;<init>(Lnet/minecraft/class_1937;DDD)V
      named <init> Lnet/minecraft/entity/decoration/EndCrystalEntity;<init>(Lnet/minecraft/world/World;DDD)V
  • Method Details

    • getMoveEffect

      protected Entity.MoveEffect getMoveEffect()
      Returns the possible effect(s) of an entity moving.
      Overrides:
      getMoveEffect in class Entity
      Mappings:
      Namespace Name Mixin selector
      official aI Latf;aI()Latf$b;
      intermediary method_33570 Lnet/minecraft/class_1297;method_33570()Lnet/minecraft/class_1297$class_5799;
      named getMoveEffect Lnet/minecraft/entity/Entity;getMoveEffect()Lnet/minecraft/entity/Entity$MoveEffect;
    • initDataTracker

      protected void initDataTracker()
      Specified by:
      initDataTracker in class Entity
      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 Entity
      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
    • writeCustomDataToNbt

      protected void writeCustomDataToNbt(NbtCompound nbt)
      Specified by:
      writeCustomDataToNbt in class Entity
      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

      protected void readCustomDataFromNbt(NbtCompound nbt)
      Specified by:
      readCustomDataFromNbt in class Entity
      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
    • collides

      public boolean collides()
      Overrides:
      collides in class Entity
      Mappings:
      Namespace Name Mixin selector
      official bc Latf;bc()Z
      intermediary method_5863 Lnet/minecraft/class_1297;method_5863()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 Latf;a(Lasp;F)Z
      intermediary method_5643 Lnet/minecraft/class_1297;method_5643(Lnet/minecraft/class_1282;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 ab Latf;ab()V
      intermediary method_5768 Lnet/minecraft/class_1297;method_5768()V
      named kill Lnet/minecraft/entity/Entity;kill()V
    • crystalDestroyed

      private void crystalDestroyed(DamageSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfw;a(Lasp;)V
      intermediary method_6835 Lnet/minecraft/class_1511;method_6835(Lnet/minecraft/class_1282;)V
      named crystalDestroyed Lnet/minecraft/entity/decoration/EndCrystalEntity;crystalDestroyed(Lnet/minecraft/entity/damage/DamageSource;)V
    • setBeamTarget

      public void setBeamTarget(@Nullable @Nullable BlockPos beamTarget)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfw;a(Lgg;)V
      intermediary method_6837 Lnet/minecraft/class_1511;method_6837(Lnet/minecraft/class_2338;)V
      named setBeamTarget Lnet/minecraft/entity/decoration/EndCrystalEntity;setBeamTarget(Lnet/minecraft/util/math/BlockPos;)V
    • getBeamTarget

      @Nullable public @Nullable BlockPos getBeamTarget()
      Mappings:
      Namespace Name Mixin selector
      official h Lbfw;h()Lgg;
      intermediary method_6838 Lnet/minecraft/class_1511;method_6838()Lnet/minecraft/class_2338;
      named getBeamTarget Lnet/minecraft/entity/decoration/EndCrystalEntity;getBeamTarget()Lnet/minecraft/util/math/BlockPos;
    • setShowBottom

      public void setShowBottom(boolean showBottom)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfw;a(Z)V
      intermediary method_6839 Lnet/minecraft/class_1511;method_6839(Z)V
      named setShowBottom Lnet/minecraft/entity/decoration/EndCrystalEntity;setShowBottom(Z)V
    • shouldShowBottom

      public boolean shouldShowBottom()
      Mappings:
      Namespace Name Mixin selector
      official i Lbfw;i()Z
      intermediary method_6836 Lnet/minecraft/class_1511;method_6836()Z
      named shouldShowBottom Lnet/minecraft/entity/decoration/EndCrystalEntity;shouldShowBottom()Z
    • shouldRender

      public boolean shouldRender(double distance)
      Overrides:
      shouldRender in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a(D)Z
      intermediary method_5640 Lnet/minecraft/class_1297;method_5640(D)Z
      named shouldRender Lnet/minecraft/entity/Entity;shouldRender(D)Z
    • getPickBlockStack

      public ItemStack getPickBlockStack()
      Overrides:
      getPickBlockStack in class Entity
      Mappings:
      Namespace Name Mixin selector
      official df Latf;df()Lbqp;
      intermediary method_31480 Lnet/minecraft/class_1297;method_31480()Lnet/minecraft/class_1799;
      named getPickBlockStack Lnet/minecraft/entity/Entity;getPickBlockStack()Lnet/minecraft/item/ItemStack;
    • createSpawnPacket

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