Class FallingBlockEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.FallingBlockEntity

public class FallingBlockEntity extends Entity
Mappings:
Namespace Name
intermediary net/minecraft/class_226
glue class_245
server gl
client ju
named net/minecraft/entity/FallingBlockEntity
  • Field Details

    • blockId

      public int blockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_847 Lnet/minecraft/class_226;field_847:I
      glue field_1045 Lclass_245;field_1045:I
      server a Lgl;a:I
      client a Lju;a:I
      named blockId Lnet/minecraft/entity/FallingBlockEntity;blockId:I
    • timeFalling

      public int timeFalling
      Mappings:
      Namespace Name Mixin selector
      intermediary field_848 Lnet/minecraft/class_226;field_848:I
      glue field_1046 Lclass_245;field_1046:I
      server b Lgl;b:I
      client b Lju;b:I
      named timeFalling Lnet/minecraft/entity/FallingBlockEntity;timeFalling:I
  • Constructor Details

    • FallingBlockEntity

      public FallingBlockEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_57;<init>(Lnet/minecraft/class_18;)V
      glue <init> Lclass_450;<init>(Lclass_129;)V
      server <init> Llq;<init>(Ldj;)V
      client <init> Lsn;<init>(Lfd;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
    • FallingBlockEntity

      public FallingBlockEntity(World world, double x, double y, double z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_226;<init>(Lnet/minecraft/class_18;DDDI)V
      glue <init> Lclass_245;<init>(Lclass_129;DDDI)V
      server <init> Lgl;<init>(Ldj;DDDI)V
      client <init> Lju;<init>(Lfd;DDDI)V
      named <init> Lnet/minecraft/entity/FallingBlockEntity;<init>(Lnet/minecraft/world/World;DDDI)V
  • Method Details

    • bypassesSteppingEffects

      protected boolean bypassesSteppingEffects()
      Overrides:
      bypassesSteppingEffects in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1358 Lnet/minecraft/class_57;method_1358()Z
      glue method_195 Lclass_450;method_195()Z
      server n Llq;n()Z
      client n Lsn;n()Z
      named bypassesSteppingEffects Lnet/minecraft/entity/Entity;bypassesSteppingEffects()Z
    • initDataTracker

      protected void initDataTracker()
      Specified by:
      initDataTracker in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1310 Lnet/minecraft/class_57;method_1310()V
      glue method_108 Lclass_450;method_108()V
      server b Llq;b()V
      client b Lsn;b()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • isCollidable

      public boolean isCollidable()
      Overrides:
      isCollidable in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1356 Lnet/minecraft/class_57;method_1356()Z
      glue method_179 Lclass_450;method_179()Z
      server l_ Llq;l_()Z
      client h_ Lsn;h_()Z
      named isCollidable Lnet/minecraft/entity/Entity;isCollidable()Z
    • tick

      public void tick()
      Overrides:
      tick in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1370 Lnet/minecraft/class_57;method_1370()V
      glue method_29 Lclass_450;method_29()V
      server m_ Llq;m_()V
      client w_ Lsn;w_()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • writeNbt

      protected void writeNbt(NbtCompound nbt)
      Specified by:
      writeNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1368 Lnet/minecraft/class_57;method_1368(Lnet/minecraft/class_8;)V
      glue method_24 Lclass_450;method_24(Lclass_333;)V
      server b Llq;b(Liq;)V
      client b Lsn;b(Lnu;)V
      named writeNbt Lnet/minecraft/entity/Entity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readNbt

      protected void readNbt(NbtCompound nbt)
      Specified by:
      readNbt in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1363 Lnet/minecraft/class_57;method_1363(Lnet/minecraft/class_8;)V
      glue method_23 Lclass_450;method_23(Lclass_333;)V
      server a Llq;a(Liq;)V
      client a Lsn;a(Lnu;)V
      named readNbt Lnet/minecraft/entity/Entity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getShadowRadius

      @Environment(CLIENT) public float getShadowRadius()
      Overrides:
      getShadowRadius in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1366 Lnet/minecraft/class_57;method_1366()F
      glue method_237 Lclass_450;method_237()F
      server method_1366 Llq;method_1366()F
      client x_ Lsn;x_()F
      named getShadowRadius Lnet/minecraft/entity/Entity;getShadowRadius()F
    • getWorld

      @Environment(CLIENT) public World getWorld()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_769 Lnet/minecraft/class_226;method_769()Lnet/minecraft/class_18;
      glue method_1498 Lclass_245;method_1498()Lclass_129;
      server method_769 Lgl;method_769()Ldj;
      client k Lju;k()Lfd;
      named getWorld Lnet/minecraft/entity/FallingBlockEntity;getWorld()Lnet/minecraft/world/World;