Class WillisRenderState
java.lang.Object
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.LivingEntityRenderState
dev.tophatcat.sprucewillisthexmastree.client.WillisRenderState
- All Implemented Interfaces:
net.fabricmc.fabric.api.client.rendering.v1.FabricRenderState
public class WillisRenderState
extends net.minecraft.client.renderer.entity.state.LivingEntityRenderState
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState.LeashState, net.minecraft.client.renderer.entity.state.EntityRenderState.ShadowPiece -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.world.entity.AnimationStatefinal net.minecraft.world.entity.AnimationStateFields inherited from class net.minecraft.client.renderer.entity.state.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 net.minecraft.client.renderer.entity.state.EntityRenderState
ageInTicks, boundingBoxHeight, boundingBoxWidth, displayFireAnimation, distanceToCameraSq, entityType, eyeHeight, isDiscrete, isInvisible, leashStates, lightCoords, nameTag, nameTagAttachment, NO_OUTLINE, outlineColor, passengerOffset, shadowPieces, shadowRadius, x, y, z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.renderer.entity.state.LivingEntityRenderState
hasPoseMethods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
appearsGlowing, fillCrashReportCategoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fabricmc.fabric.api.client.rendering.v1.FabricRenderState
clearExtraData, getData, getDataOrDefault, setData
-
Field Details
-
idleAnimationState
public final net.minecraft.world.entity.AnimationState idleAnimationState -
walkingAnimationState
public final net.minecraft.world.entity.AnimationState walkingAnimationState
-
-
Constructor Details
-
WillisRenderState
public WillisRenderState()
-