Class FoxRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.LivingEntityRenderState
net.minecraft.client.renderer.entity.state.HoldingEntityRenderState
net.minecraft.client.renderer.entity.state.FoxRenderState
- All Implemented Interfaces:
IRenderStateExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class EntityRenderState
EntityRenderState.LeashState, EntityRenderState.ShadowPiece -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatbooleanbooleanbooleanbooleanbooleanFields inherited from class HoldingEntityRenderState
heldItemFields inherited from class LivingEntityRenderState
ageScale, bedOrientation, bodyRot, deathTime, hasRedOverlay, headItem, isAutoSpinAttack, isBaby, isFullyFrozen, isInvisibleToPlayer, isInWater, isUpsideDown, pose, scale, ticksSinceKineticHitFeedback, walkAnimationPos, walkAnimationSpeed, wornHeadAnimationPos, wornHeadProfile, wornHeadType, xRot, yRotFields 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 HoldingEntityRenderState
extractHoldingEntityRenderStateMethods inherited from class LivingEntityRenderState
hasPoseMethods 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
-
headRollAngle
public float headRollAngle -
crouchAmount
public float crouchAmount -
isCrouching
public boolean isCrouching -
isSleeping
public boolean isSleeping -
isSitting
public boolean isSitting -
isFaceplanted
public boolean isFaceplanted -
isPouncing
public boolean isPouncing -
variant
-
-
Constructor Details
-
FoxRenderState
public FoxRenderState()
-