Class LivingEntityRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.LivingEntityRenderState
- All Implemented Interfaces:
IRenderStateExtension
- Direct Known Subclasses:
ArmadilloRenderState, ArmedEntityRenderState, AxolotlRenderState, BatRenderState, BeeRenderState, BreezeRenderState, CamelRenderState, ChickenRenderState, CowRenderState, CreakingRenderState, CreeperRenderState, EquineRenderState, FelineRenderState, FrogRenderState, GhastRenderState, GoatRenderState, GuardianRenderState, HappyGhastRenderState, HoglinRenderState, HoldingEntityRenderState, IronGolemRenderState, LlamaRenderState, MushroomCowRenderState, NautilusRenderState, ParrotRenderState, PhantomRenderState, PigRenderState, PolarBearRenderState, PufferfishRenderState, RabbitRenderState, RavagerRenderState, SalmonRenderState, SheepRenderState, ShulkerRenderState, SlimeRenderState, SnifferRenderState, SnowGolemRenderState, SquidRenderState, StriderRenderState, TropicalFishRenderState, TurtleRenderState, WardenRenderState, WitherRenderState, WolfRenderState
-
Nested Class Summary
Nested classes/interfaces inherited from class EntityRenderState
EntityRenderState.LeashState, EntityRenderState.ShadowPiece -
Field Summary
FieldsModifier and TypeFieldDescriptionfloat@Nullable Directionfloatfloatbooleanfinal ItemStackRenderStatebooleanbooleanbooleanbooleanbooleanbooleanfloatfloatfloatfloatfloat@Nullable ResolvableProfile@Nullable SkullBlock.TypefloatfloatFields inherited from class EntityRenderState
ageInTicks, boundingBoxHeight, boundingBoxWidth, displayFireAnimation, distanceToCameraSq, entityType, eyeHeight, isDiscrete, isInvisible, leashStates, lightCoords, nameTag, nameTagAttachment, NO_OUTLINE, outlineColor, partialTick, passengerOffset, shadowPieces, shadowRadius, x, y, zFields inherited from class BaseRenderState
extensions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EntityRenderState
appearsGlowing, fillCrashReportCategoryMethods inherited from class BaseRenderState
getRenderData, resetRenderData, setRenderDataMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IRenderStateExtension
getRenderDataOrDefault, getRenderDataOrThrow
-
Field Details
-
bodyRot
public float bodyRot -
yRot
public float yRot -
xRot
public float xRot -
deathTime
public float deathTime -
walkAnimationPos
public float walkAnimationPos -
walkAnimationSpeed
public float walkAnimationSpeed -
scale
public float scale -
ageScale
public float ageScale -
ticksSinceKineticHitFeedback
public float ticksSinceKineticHitFeedback -
isUpsideDown
public boolean isUpsideDown -
isFullyFrozen
public boolean isFullyFrozen -
isBaby
public boolean isBaby -
isInWater
public boolean isInWater -
isAutoSpinAttack
public boolean isAutoSpinAttack -
hasRedOverlay
public boolean hasRedOverlay -
isInvisibleToPlayer
public boolean isInvisibleToPlayer -
bedOrientation
-
pose
-
headItem
-
wornHeadAnimationPos
public float wornHeadAnimationPos -
wornHeadType
-
wornHeadProfile
-
-
Constructor Details
-
LivingEntityRenderState
public LivingEntityRenderState()
-
-
Method Details
-
hasPose
-