Class FallingBlockEntity

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

public class FallingBlockEntity extends Entity
Mappings:
Namespace Name
official bpx
intermediary net/minecraft/class_1540
named net/minecraft/entity/FallingBlockEntity
  • Field Details

    • field_36333

      private static final org.slf4j.Logger field_36333
      Mappings:
      Namespace Name Mixin selector
      official f Lbpx;f:Lorg/slf4j/Logger;
      intermediary field_36333 Lnet/minecraft/class_1540;field_36333:Lorg/slf4j/Logger;
      named field_36333 Lnet/minecraft/entity/FallingBlockEntity;field_36333:Lorg/slf4j/Logger;
    • BLOCK_POS

      protected static final TrackedData<BlockPos> BLOCK_POS
      Mappings:
      Namespace Name Mixin selector
      official e Lbpx;e:Lzr;
      intermediary field_7195 Lnet/minecraft/class_1540;field_7195:Lnet/minecraft/class_2940;
      named BLOCK_POS Lnet/minecraft/entity/FallingBlockEntity;BLOCK_POS:Lnet/minecraft/entity/data/TrackedData;
    • block

      private BlockState block
      Mappings:
      Namespace Name Mixin selector
      official ao Lbpx;ao:Lcur;
      intermediary field_7188 Lnet/minecraft/class_1540;field_7188:Lnet/minecraft/class_2680;
      named block Lnet/minecraft/entity/FallingBlockEntity;block:Lnet/minecraft/block/BlockState;
    • timeFalling

      public int timeFalling
      Mappings:
      Namespace Name Mixin selector
      official b Lbpx;b:I
      intermediary field_7192 Lnet/minecraft/class_1540;field_7192:I
      named timeFalling Lnet/minecraft/entity/FallingBlockEntity;timeFalling:I
    • dropItem

      public boolean dropItem
      Mappings:
      Namespace Name Mixin selector
      official c Lbpx;c:Z
      intermediary field_7193 Lnet/minecraft/class_1540;field_7193:Z
      named dropItem Lnet/minecraft/entity/FallingBlockEntity;dropItem:Z
    • destroyedOnLanding

      private boolean destroyedOnLanding
      Mappings:
      Namespace Name Mixin selector
      official ap Lbpx;ap:Z
      intermediary field_7189 Lnet/minecraft/class_1540;field_7189:Z
      named destroyedOnLanding Lnet/minecraft/entity/FallingBlockEntity;destroyedOnLanding:Z
    • hurtEntities

      private boolean hurtEntities
      Mappings:
      Namespace Name Mixin selector
      official aq Lbpx;aq:Z
      intermediary field_7191 Lnet/minecraft/class_1540;field_7191:Z
      named hurtEntities Lnet/minecraft/entity/FallingBlockEntity;hurtEntities:Z
    • fallHurtMax

      private int fallHurtMax
      Mappings:
      Namespace Name Mixin selector
      official ar Lbpx;ar:I
      intermediary field_7190 Lnet/minecraft/class_1540;field_7190:I
      named fallHurtMax Lnet/minecraft/entity/FallingBlockEntity;fallHurtMax:I
    • fallHurtAmount

      private float fallHurtAmount
      Mappings:
      Namespace Name Mixin selector
      official as Lbpx;as:F
      intermediary field_7187 Lnet/minecraft/class_1540;field_7187:F
      named fallHurtAmount Lnet/minecraft/entity/FallingBlockEntity;fallHurtAmount:F
    • blockEntityData

      @Nullable public @Nullable NbtCompound blockEntityData
      Mappings:
      Namespace Name Mixin selector
      official d Lbpx;d:Lpj;
      intermediary field_7194 Lnet/minecraft/class_1540;field_7194:Lnet/minecraft/class_2487;
      named blockEntityData Lnet/minecraft/entity/FallingBlockEntity;blockEntityData:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • FallingBlockEntity

      public FallingBlockEntity(EntityType<? extends FallingBlockEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbaq;<init>(Lbau;Lcga;)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
    • FallingBlockEntity

      private FallingBlockEntity(World world, double x, double y, double z, BlockState block)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbpx;<init>(Lcga;DDDLcur;)V
      intermediary <init> Lnet/minecraft/class_1540;<init>(Lnet/minecraft/class_1937;DDDLnet/minecraft/class_2680;)V
      named <init> Lnet/minecraft/entity/FallingBlockEntity;<init>(Lnet/minecraft/world/World;DDDLnet/minecraft/block/BlockState;)V
  • Method Details

    • spawnFromBlock

      public static FallingBlockEntity spawnFromBlock(World world, BlockPos pos, BlockState state)
      Spawns a falling block entity at pos from the block state.
      Returns:
      the spawned entity
      Mappings:
      Namespace Name Mixin selector
      official a Lbpx;a(Lcga;Lgt;Lcur;)Lbpx;
      intermediary method_40005 Lnet/minecraft/class_1540;method_40005(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_1540;
      named spawnFromBlock Lnet/minecraft/entity/FallingBlockEntity;spawnFromBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/entity/FallingBlockEntity;
    • isAttackable

      public boolean isAttackable()
      Overrides:
      isAttackable in class Entity
      Mappings:
      Namespace Name Mixin selector
      official ci Lbaq;ci()Z
      intermediary method_5732 Lnet/minecraft/class_1297;method_5732()Z
      named isAttackable Lnet/minecraft/entity/Entity;isAttackable()Z
    • setFallingBlockPos

      public void setFallingBlockPos(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbpx;a(Lgt;)V
      intermediary method_6963 Lnet/minecraft/class_1540;method_6963(Lnet/minecraft/class_2338;)V
      named setFallingBlockPos Lnet/minecraft/entity/FallingBlockEntity;setFallingBlockPos(Lnet/minecraft/util/math/BlockPos;)V
    • getFallingBlockPos

      public BlockPos getFallingBlockPos()
      Mappings:
      Namespace Name Mixin selector
      official h Lbpx;h()Lgt;
      intermediary method_6964 Lnet/minecraft/class_1540;method_6964()Lnet/minecraft/class_2338;
      named getFallingBlockPos Lnet/minecraft/entity/FallingBlockEntity;getFallingBlockPos()Lnet/minecraft/util/math/BlockPos;
    • 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 aO Lbaq;aO()Lbaq$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_ Lbaq;a_()V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • collides

      public boolean collides()
      Overrides:
      collides in class Entity
      Mappings:
      Namespace Name Mixin selector
      official bl Lbaq;bl()Z
      intermediary method_5863 Lnet/minecraft/class_1297;method_5863()Z
      named collides Lnet/minecraft/entity/Entity;collides()Z
    • tick

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

      public void onDestroyedOnLanding(Block block, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbpx;a(Lciw;Lgt;)V
      intermediary method_32752 Lnet/minecraft/class_1540;method_32752(Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)V
      named onDestroyedOnLanding Lnet/minecraft/entity/FallingBlockEntity;onDestroyedOnLanding(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)V
    • handleFallDamage

      public boolean handleFallDamage(float fallDistance, float damageMultiplier, DamageSource damageSource)
      Overrides:
      handleFallDamage in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Lbaq;a(FFLazz;)Z
      intermediary method_5747 Lnet/minecraft/class_1297;method_5747(FFLnet/minecraft/class_1282;)Z
      named handleFallDamage Lnet/minecraft/entity/Entity;handleFallDamage(FFLnet/minecraft/entity/damage/DamageSource;)Z
    • writeCustomDataToNbt

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

      public void setHurtEntities(float fallHurtAmount, int fallHurtMax)
      Mappings:
      Namespace Name Mixin selector
      official b Lbpx;b(FI)V
      intermediary method_6965 Lnet/minecraft/class_1540;method_6965(FI)V
      named setHurtEntities Lnet/minecraft/entity/FallingBlockEntity;setHurtEntities(FI)V
    • doesRenderOnFire

      public boolean doesRenderOnFire()
      Overrides:
      doesRenderOnFire in class Entity
      Mappings:
      Namespace Name Mixin selector
      official co Lbaq;co()Z
      intermediary method_5862 Lnet/minecraft/class_1297;method_5862()Z
      named doesRenderOnFire Lnet/minecraft/entity/Entity;doesRenderOnFire()Z
    • populateCrashReport

      public void populateCrashReport(CrashReportSection section)
      Overrides:
      populateCrashReport in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Lbaq;a(Lr;)V
      intermediary method_5819 Lnet/minecraft/class_1297;method_5819(Lnet/minecraft/class_129;)V
      named populateCrashReport Lnet/minecraft/entity/Entity;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;)V
    • getBlockState

      public BlockState getBlockState()
      Mappings:
      Namespace Name Mixin selector
      official i Lbpx;i()Lcur;
      intermediary method_6962 Lnet/minecraft/class_1540;method_6962()Lnet/minecraft/class_2680;
      named getBlockState Lnet/minecraft/entity/FallingBlockEntity;getBlockState()Lnet/minecraft/block/BlockState;
    • entityDataRequiresOperator

      public boolean entityDataRequiresOperator()
      Overrides:
      entityDataRequiresOperator in class Entity
      Mappings:
      Namespace Name Mixin selector
      official cG Lbaq;cG()Z
      intermediary method_5833 Lnet/minecraft/class_1297;method_5833()Z
      named entityDataRequiresOperator Lnet/minecraft/entity/Entity;entityDataRequiresOperator()Z
    • createSpawnPacket

      public Packet<?> createSpawnPacket()
      Specified by:
      createSpawnPacket in class Entity
      Mappings:
      Namespace Name Mixin selector
      official S Lbaq;S()Lso;
      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 Lbaq;a(Lss;)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