Class FallingBlockEntity

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

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/entity/FallingBlockEntity;LOGGER:Lorg/slf4j/Logger;
      intermediary field_36333 Lnet/minecraft/class_1540;field_36333:Lorg/slf4j/Logger;
      official g Lcjg;g:Lorg/slf4j/Logger;
    • BLOCK_POS

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

      private BlockState block
      Mappings:
      Namespace Name Mixin selector
      named block Lnet/minecraft/entity/FallingBlockEntity;block:Lnet/minecraft/block/BlockState;
      intermediary field_7188 Lnet/minecraft/class_1540;field_7188:Lnet/minecraft/class_2680;
      official h Lcjg;h:Ldtc;
    • timeFalling

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

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

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

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

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

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

      @Nullable public @Nullable NbtCompound blockEntityData
      Mappings:
      Namespace Name Mixin selector
      named blockEntityData Lnet/minecraft/entity/FallingBlockEntity;blockEntityData:Lnet/minecraft/nbt/NbtCompound;
      intermediary field_7194 Lnet/minecraft/class_1540;field_7194:Lnet/minecraft/class_2487;
      official d Lcjg;d:Lub;
    • shouldDupe

      public boolean shouldDupe
      Mappings:
      Namespace Name Mixin selector
      named shouldDupe Lnet/minecraft/entity/FallingBlockEntity;shouldDupe:Z
      intermediary field_52015 Lnet/minecraft/class_1540;field_52015:Z
      official e Lcjg;e:Z
  • Constructor Details

    • FallingBlockEntity

      public FallingBlockEntity(EntityType<? extends FallingBlockEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      official <init> Lbsr;<init>(Lbsx;Ldcw;)V
    • FallingBlockEntity

      private FallingBlockEntity(World world, double x, double y, double z, BlockState block)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/FallingBlockEntity;<init>(Lnet/minecraft/world/World;DDDLnet/minecraft/block/BlockState;)V
      intermediary <init> Lnet/minecraft/class_1540;<init>(Lnet/minecraft/class_1937;DDDLnet/minecraft/class_2680;)V
      official <init> Lcjg;<init>(Ldcw;DDDLdtc;)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
      named spawnFromBlock Lnet/minecraft/entity/FallingBlockEntity;spawnFromBlock(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/entity/FallingBlockEntity;
      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;
      official a Lcjg;a(Ldcw;Ljd;Ldtc;)Lcjg;
    • isAttackable

      public boolean isAttackable()
      Returns whether the entity can be attacked by players.

      Note that this is not called for most entities defined in vanilla as unattackable (such as ItemEntity and ExperienceOrbEntity) as trying to attack them kicks the player.

      Overrides:
      isAttackable in class Entity
      Returns:
      whether the entity can be attacked by players
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named isAttackable Lnet/minecraft/entity/Entity;isAttackable()Z
      intermediary method_5732 Lnet/minecraft/class_1297;method_5732()Z
      official cu Lbsr;cu()Z
    • setFallingBlockPos

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

      public BlockPos getFallingBlockPos()
      Mappings:
      Namespace Name Mixin selector
      named getFallingBlockPos Lnet/minecraft/entity/FallingBlockEntity;getFallingBlockPos()Lnet/minecraft/util/math/BlockPos;
      intermediary method_6964 Lnet/minecraft/class_1540;method_6964()Lnet/minecraft/class_2338;
      official p Lcjg;p()Ljd;
    • getMoveEffect

      protected Entity.MoveEffect getMoveEffect()
      Returns the possible effect(s) of an entity moving.
      Overrides:
      getMoveEffect in class Entity
      Implementation Note:
      If an entity does not emit game events or play move sounds, this method should be overridden as returning a value other than ALL allows skipping some movement logic and boost ticking performance.
      Mappings:
      Namespace Name Mixin selector
      named getMoveEffect Lnet/minecraft/entity/Entity;getMoveEffect()Lnet/minecraft/entity/Entity$MoveEffect;
      intermediary method_33570 Lnet/minecraft/class_1297;method_33570()Lnet/minecraft/class_1297$class_5799;
      official bc Lbsr;bc()Lbsr$b;
    • initDataTracker

      protected void initDataTracker(DataTracker.Builder builder)
      Initializes data tracker.
      Specified by:
      initDataTracker in class Entity
      API Note:
      Subclasses should override this and add to the builder any data that needs to be tracked.
      Mappings:
      Namespace Name Mixin selector
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker(Lnet/minecraft/entity/data/DataTracker$Builder;)V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693(Lnet/minecraft/class_2945$class_9222;)V
      official a Lbsr;a(Laka$a;)V
    • canHit

      public boolean canHit()
      Returns whether the entity can be hit with a projectile or be targeted by the player crosshair.
      Overrides:
      canHit in class Entity
      Returns:
      whether the entity can be hit with a projectile or be targeted by the player crosshair
      Mappings:
      Namespace Name Mixin selector
      named canHit Lnet/minecraft/entity/Entity;canHit()Z
      intermediary method_5863 Lnet/minecraft/class_1297;method_5863()Z
      official bA Lbsr;bA()Z
    • getGravity

      protected double getGravity()
      Overrides:
      getGravity in class Entity
      Mappings:
      Namespace Name Mixin selector
      named getGravity Lnet/minecraft/entity/Entity;getGravity()D
      intermediary method_7490 Lnet/minecraft/class_1297;method_7490()D
      official aZ Lbsr;aZ()D
    • tick

      public void tick()
      Ticks this entity.
      Overrides:
      tick in class Entity
      See Also:
      API Note:
      This can be overridden to add additional logics. super.tick(); should be called in those cases.
      Implementation Note:
      By default, this delegates all logics to Entity.baseTick().
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/entity/Entity;tick()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      official l Lbsr;l()V
    • onDestroyedOnLanding

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

      public boolean handleFallDamage(float fallDistance, float damageMultiplier, DamageSource damageSource)
      Called when an entity falls.

      Flying mobs and mobs immune to fall damage should override this to do nothing. Mobs with reduced fall damage should override this method to apply reduced damage instead. Some entities explode instead of applying fall damage, like TntMinecartEntity.

      Overrides:
      handleFallDamage in class Entity
      Returns:
      whether to play the sound when falling on honey block; false for all entities except horses and llamas
      Mappings:
      Namespace Name Mixin selector
      named handleFallDamage Lnet/minecraft/entity/Entity;handleFallDamage(FFLnet/minecraft/entity/damage/DamageSource;)Z
      intermediary method_5747 Lnet/minecraft/class_1297;method_5747(FFLnet/minecraft/class_1282;)Z
      official a Lbsr;a(FFLbrk;)Z
    • writeCustomDataToNbt

      protected void writeCustomDataToNbt(NbtCompound nbt)
      Writes custom data to nbt. Subclasses have to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      Specified by:
      writeCustomDataToNbt in class Entity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      official b Lbsr;b(Lub;)V
    • readCustomDataFromNbt

      protected void readCustomDataFromNbt(NbtCompound nbt)
      Reads custom data from nbt. Subclasses have to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      nbt might not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.

      Specified by:
      readCustomDataFromNbt in class Entity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      official a Lbsr;a(Lub;)V
    • setHurtEntities

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

      public void setDestroyedOnLanding()
      Mappings:
      Namespace Name Mixin selector
      named setDestroyedOnLanding Lnet/minecraft/entity/FallingBlockEntity;setDestroyedOnLanding()V
      intermediary method_49181 Lnet/minecraft/class_1540;method_49181()V
      official s Lcjg;s()V
    • doesRenderOnFire

      public boolean doesRenderOnFire()
      Returns whether an entity should render as being on fire.

      This returns whether the entity is on fire and is not a spectator.

      Overrides:
      doesRenderOnFire in class Entity
      Returns:
      whether an entity should render as being on fire
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named doesRenderOnFire Lnet/minecraft/entity/Entity;doesRenderOnFire()Z
      intermediary method_5862 Lnet/minecraft/class_1297;method_5862()Z
      official cy Lbsr;cy()Z
    • populateCrashReport

      public void populateCrashReport(CrashReportSection section)
      Populates the crash report section to include the entity's information.
      Overrides:
      populateCrashReport in class Entity
      Mappings:
      Namespace Name Mixin selector
      named populateCrashReport Lnet/minecraft/entity/Entity;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;)V
      intermediary method_5819 Lnet/minecraft/class_1297;method_5819(Lnet/minecraft/class_129;)V
      official a Lbsr;a(Lp;)V
    • getBlockState

      public BlockState getBlockState()
      Mappings:
      Namespace Name Mixin selector
      named getBlockState Lnet/minecraft/entity/FallingBlockEntity;getBlockState()Lnet/minecraft/block/BlockState;
      intermediary method_6962 Lnet/minecraft/class_1540;method_6962()Lnet/minecraft/class_2680;
      official t Lcjg;t()Ldtc;
    • getDefaultName

      protected Text getDefaultName()
      Returns the default name of the entity.
      Overrides:
      getDefaultName in class Entity
      Returns:
      the default name of the entity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getDefaultName Lnet/minecraft/entity/Entity;getDefaultName()Lnet/minecraft/text/Text;
      intermediary method_23315 Lnet/minecraft/class_1297;method_23315()Lnet/minecraft/class_2561;
      official cs Lbsr;cs()Lwz;
    • entityDataRequiresOperator

      public boolean entityDataRequiresOperator()
      Returns whether EntityType.loadFromEntityNbt(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.entity.Entity, net.minecraft.component.type.NbtComponent) should reject entity NBTs unless called by an operator.

      This is false by default, and should be overridden if the entity provides functionality that is usually restricted to operators (such as CommandBlockMinecartEntity).

      Overrides:
      entityDataRequiresOperator in class Entity
      Returns:
      whether EntityType.loadFromEntityNbt(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.entity.Entity, net.minecraft.component.type.NbtComponent) should reject entity NBTs unless called by an operator
      Mappings:
      Namespace Name Mixin selector
      named entityDataRequiresOperator Lnet/minecraft/entity/Entity;entityDataRequiresOperator()Z
      intermediary method_5833 Lnet/minecraft/class_1297;method_5833()Z
      official cP Lbsr;cP()Z
    • createSpawnPacket

      public Packet<ClientPlayPacketListener> createSpawnPacket(EntityTrackerEntry entityTrackerEntry)
      Returns a packet to notify the clients of the entity's spawning.
      Overrides:
      createSpawnPacket in class Entity
      Returns:
      a packet to notify the clients of the entity's spawning
      API Note:
      Subclasses should return new EntitySpawnS2CPacket(this), unless they use a custom spawning packet.
      Mappings:
      Namespace Name Mixin selector
      named createSpawnPacket Lnet/minecraft/entity/Entity;createSpawnPacket(Lnet/minecraft/server/network/EntityTrackerEntry;)Lnet/minecraft/network/packet/Packet;
      intermediary method_18002 Lnet/minecraft/class_1297;method_18002(Lnet/minecraft/class_3231;)Lnet/minecraft/class_2596;
      official a Lbsr;a(Laqt;)Lzg;
    • onSpawnPacket

      public void onSpawnPacket(EntitySpawnS2CPacket packet)
      Called on the client when the entity receives a spawn packet.

      This sets the entity's position, angles, ID, and UUID. Subclasses can override this to initialize additional fields.

      Overrides:
      onSpawnPacket in class Entity
      Mappings:
      Namespace Name Mixin selector
      named onSpawnPacket Lnet/minecraft/entity/Entity;onSpawnPacket(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)V
      intermediary method_31471 Lnet/minecraft/class_1297;method_31471(Lnet/minecraft/class_2604;)V
      official a Lbsr;a(Labv;)V
    • teleportTo

      @Nullable public @Nullable Entity teleportTo(TeleportTarget teleportTarget)
      Teleports this entity to another location, potentially in another world.

      Note if teleported to a different world, entities (excluding server player entities) are completely recreated at the destination.

      Overrides:
      teleportTo in class Entity
      Returns:
      the entity after teleporting
      Mappings:
      Namespace Name Mixin selector
      named teleportTo Lnet/minecraft/entity/Entity;teleportTo(Lnet/minecraft/world/TeleportTarget;)Lnet/minecraft/entity/Entity;
      intermediary method_5731 Lnet/minecraft/class_1297;method_5731(Lnet/minecraft/class_5454;)Lnet/minecraft/class_1297;
      official a Lbsr;a(Leqc;)Lbsr;