Package net.minecraft.entity
Class FallingBlockEntity
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.FallingBlockEntity
- All Implemented Interfaces:
CommandSource
public class FallingBlockEntity extends Entity
- Mappings:
Namespace Name official uyintermediary net/minecraft/class_1892named net/minecraft/entity/FallingBlockEntity
-
Field Summary
Fields Modifier and Type Field Description booleandroppingprivate floatfallHurtAmountprivate booleanfield_8128private booleanhurtingEntitiesprivate intmaxFallHurtprivate BlockStatestateCompoundTagtileEntityDatainttimeFields inherited from class net.minecraft.entity.Entity
changingDimension, colliding, dataTracker, dimension, distanceTraveled, fallDistance, field_7357, field_7362, field_7363, field_7364, field_7365, field_7370, field_7390, fireResistance, firstUpdate, height, horizontalCollision, horizontalSpeed, ignoreCameraFrustum, inLava, isFireImmune, lastPortalBlockPos, lastPortalVec3d, netherPortalCooldown, noClip, onGround, pitch, playerUuid, prevHorizontalSpeed, prevPitch, prevTickX, prevTickY, prevTickZ, prevX, prevY, prevYaw, prevZ, pushSpeedReduction, random, removed, renderDistanceMultiplier, rider, stepHeight, teleportDirection, teleporting, ticksAlive, touchingWater, trackedX, trackedY, trackedZ, vehicle, velocityDirty, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
Constructors Constructor Description FallingBlockEntity(World world)FallingBlockEntity(World world, double prevX, double prevY, double prevZ, BlockState blockState) -
Method Summary
Modifier and Type Method Description protected booleancanClimb()booleancollides()protected voiddeserialize(CompoundTag tag)booleandoesRenderOnFire()voidhandleFallDamage(float float2, float float3)protected voidinitDataTracker()Worldmethod_7757()BlockStatemethod_7758()voidpopulateCrashReport(CrashReportSection section)protected voidserialize(CompoundTag tag)voidsetHurtingEntities(boolean bool)voidtick()Methods inherited from class net.minecraft.entity.Entity
addVelocity, afterSpawn, animateDamage, attemptSprintingParticles, baseTick, burn, canAvoidTraps, canFly, canUseCommand, checkBlockCollision, copyPortalInfo, copyPosition, damage, destroy, doesNotCollide, equals, equip, extinguish, fall, fromClientTag, fromTag, getAir, getArmorStacks, getBlastResistance, getBlockPos, getBoundingBox, getBox, getCameraPosVec, getCommandStats, getCustomName, getDataTracker, getDefaultNetherPortalCooldown, getDistanceTo, getEntity, getEntityId, getEyeHeight, getFlag, getHardCollisionBox, getHeadRotation, getHeightOffset, getHorizontalDirection, getHoverEvent, getLastNetherPortalDirection, getLastNetherPortalDirectionVector, getMaxNetherPortalTime, getMountedHeightOffset, getName, getPos, getRotationVector, getRotationVector, getSafeFallDistance, getSavedEntityId, getSplashSound, getSwimSound, getTranslationKey, getUuid, getWorld, handleAttack, handleStatus, hasCustomName, hashCode, hasVehicle, increaseTransforms, interactAt, isAlive, isAttackable, isCustomNameVisible, isFireImmune, isImmuneToExplosion, isInsideWall, isInvisible, isInvisibleTo, isInvulnerableTo, isOnFire, isOutsideWorldborder, isPartOf, isPushable, isSilent, isSneaking, isSpectatedBy, isSprinting, isSubmergedIn, isTouchingWater, kill, method_6912, method_6924, method_6926, method_6939, method_6940, method_6943, method_6944, method_6945, method_6948, method_6949, method_6968, method_6971, method_6977, method_6981, method_6984, method_6985, method_6994, method_6998, method_7008, method_7020, method_7049, method_7051, method_7058, move, onLightningStrike, onPlayerCollision, onSwimmingStart, openInventory, playSound, playStepSound, pushAwayFrom, rayTrace, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, remove, saveSelfToTag, scheduleVelocityUpdate, sendCommandFeedback, sendMessage, setAir, setArmorSlot, setBoundingBox, setBounds, setCustomName, setCustomNameVisible, setEntityId, setFlag, setHeadYaw, setInNetherPortal, setInvisible, setOnFireFor, setOnFireFromLava, setOutsideWorldborder, setRotation, setSilent, setSneaking, setSprinting, setStat, setSwimming, setVelocityClient, setWorld, setYaw, shouldRender, shouldRender, shouldRenderName, shouldSetPositionOnLoad, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, squaredDistanceToCenter, squaredDistanceToEntity, startRiding, teleportToDimension, tickFire, tickRiding, toListTag, toListTag, toString, updateKilledAdvancementCriterion, updatePosition, updatePositionAndAngles, updateTrackedPositionAndAngles, writePlayerData
-
Field Details
-
state
- Mappings:
Namespace Name Mixin selector official dLuy;d:Lalz;intermediary field_8127Lnet/minecraft/class_1892;field_8127:Lnet/minecraft/class_376;named stateLnet/minecraft/entity/FallingBlockEntity;state:Lnet/minecraft/block/BlockState;
-
time
public int time- Mappings:
Namespace Name Mixin selector official aLuy;a:Iintermediary field_8124Lnet/minecraft/class_1892;field_8124:Inamed timeLnet/minecraft/entity/FallingBlockEntity;time:I
-
dropping
public boolean dropping- Mappings:
Namespace Name Mixin selector official bLuy;b:Zintermediary field_8125Lnet/minecraft/class_1892;field_8125:Znamed droppingLnet/minecraft/entity/FallingBlockEntity;dropping:Z
-
field_8128
private boolean field_8128- Mappings:
Namespace Name Mixin selector official eLuy;e:Zintermediary field_8128Lnet/minecraft/class_1892;field_8128:Znamed field_8128Lnet/minecraft/entity/FallingBlockEntity;field_8128:Z
-
hurtingEntities
private boolean hurtingEntities- Mappings:
Namespace Name Mixin selector official fLuy;f:Zintermediary field_8129Lnet/minecraft/class_1892;field_8129:Znamed hurtingEntitiesLnet/minecraft/entity/FallingBlockEntity;hurtingEntities:Z
-
maxFallHurt
private int maxFallHurt- Mappings:
Namespace Name Mixin selector official gLuy;g:Iintermediary field_8130Lnet/minecraft/class_1892;field_8130:Inamed maxFallHurtLnet/minecraft/entity/FallingBlockEntity;maxFallHurt:I
-
fallHurtAmount
private float fallHurtAmount- Mappings:
Namespace Name Mixin selector official hLuy;h:Fintermediary field_8131Lnet/minecraft/class_1892;field_8131:Fnamed fallHurtAmountLnet/minecraft/entity/FallingBlockEntity;fallHurtAmount:F
-
tileEntityData
- Mappings:
Namespace Name Mixin selector official cLuy;c:Ldn;intermediary field_8126Lnet/minecraft/class_1892;field_8126:Lnet/minecraft/class_1405;named tileEntityDataLnet/minecraft/entity/FallingBlockEntity;tileEntityData:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
FallingBlockEntity
- Mappings:
Namespace Name Mixin selector official <init>Lpk;<init>(Ladm;)Vintermediary <init>Lnet/minecraft/class_1745;<init>(Lnet/minecraft/class_99;)Vnamed <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
-
FallingBlockEntity
public FallingBlockEntity(World world, double prevX, double prevY, double prevZ, BlockState blockState)- Mappings:
Namespace Name Mixin selector official <init>Luy;<init>(Ladm;DDDLalz;)Vintermediary <init>Lnet/minecraft/class_1892;<init>(Lnet/minecraft/class_99;DDDLnet/minecraft/class_376;)Vnamed <init>Lnet/minecraft/entity/FallingBlockEntity;<init>(Lnet/minecraft/world/World;DDDLnet/minecraft/block/BlockState;)V
-
-
Method Details
-
canClimb
protected boolean canClimb() -
initDataTracker
protected void initDataTracker()- Specified by:
initDataTrackerin classEntity- Mappings:
Namespace Name Mixin selector official hLpk;h()Vintermediary method_7043Lnet/minecraft/class_1745;method_7043()Vnamed initDataTrackerLnet/minecraft/entity/Entity;initDataTracker()V
-
collides
public boolean collides() -
tick
public void tick() -
handleFallDamage
public void handleFallDamage(float float2, float float3)- Overrides:
handleFallDamagein classEntity- Mappings:
Namespace Name Mixin selector official eLpk;e(FF)Vintermediary method_7025Lnet/minecraft/class_1745;method_7025(FF)Vnamed handleFallDamageLnet/minecraft/entity/Entity;handleFallDamage(FF)V
-
serialize
-
deserialize
- Specified by:
deserializein classEntity- Mappings:
Namespace Name Mixin selector official aLpk;a(Ldn;)Vintermediary method_6933Lnet/minecraft/class_1745;method_6933(Lnet/minecraft/class_1405;)Vnamed deserializeLnet/minecraft/entity/Entity;deserialize(Lnet/minecraft/nbt/CompoundTag;)V
-
method_7757
- Mappings:
Namespace Name Mixin selector official jLuy;j()Ladm;intermediary method_7757Lnet/minecraft/class_1892;method_7757()Lnet/minecraft/class_99;named method_7757Lnet/minecraft/entity/FallingBlockEntity;method_7757()Lnet/minecraft/world/World;
-
setHurtingEntities
public void setHurtingEntities(boolean bool)- Mappings:
Namespace Name Mixin selector official aLuy;a(Z)Vintermediary method_7756Lnet/minecraft/class_1892;method_7756(Z)Vnamed setHurtingEntitiesLnet/minecraft/entity/FallingBlockEntity;setHurtingEntities(Z)V
-
doesRenderOnFire
- Overrides:
doesRenderOnFirein classEntity- Mappings:
Namespace Name Mixin selector official aJLpk;aJ()Zintermediary method_6956Lnet/minecraft/class_1745;method_6956()Znamed doesRenderOnFireLnet/minecraft/entity/Entity;doesRenderOnFire()Z
-
populateCrashReport
- Overrides:
populateCrashReportin classEntity- Mappings:
Namespace Name Mixin selector official aLpk;a(Lc;)Vintermediary method_6930Lnet/minecraft/class_1745;method_6930(Lnet/minecraft/class_1364;)Vnamed populateCrashReportLnet/minecraft/entity/Entity;populateCrashReport(Lnet/minecraft/util/crash/CrashReportSection;)V
-
method_7758
- Mappings:
Namespace Name Mixin selector official lLuy;l()Lalz;intermediary method_7758Lnet/minecraft/class_1892;method_7758()Lnet/minecraft/class_376;named method_7758Lnet/minecraft/entity/FallingBlockEntity;method_7758()Lnet/minecraft/block/BlockState;
-