Class PlayerRenderState
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.ArmedEntityRenderState
net.minecraft.client.renderer.entity.state.HumanoidRenderState
net.minecraft.client.renderer.entity.state.PlayerRenderState
- All Implemented Interfaces:
IRenderStateExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
EntityRenderState.LeashState
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
float
float
float
float
float
final ItemStackRenderState
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
boolean
int
Fields inherited from class net.minecraft.client.renderer.entity.state.HumanoidRenderState
attackArm, attackTime, chestEquipment, elytraRotX, elytraRotY, elytraRotZ, feetEquipment, headEquipment, isCrouching, isFallFlying, isPassenger, isUsingItem, isVisuallySwimming, legsEquipment, maxCrossbowChargeDuration, speedValue, swimAmount, ticksUsingItem, useItemHand
Fields inherited from class net.minecraft.client.renderer.entity.state.ArmedEntityRenderState
leftArmPose, leftHandItem, mainArm, rightArmPose, rightHandItem
Fields inherited from class net.minecraft.client.renderer.entity.state.LivingEntityRenderState
ageScale, appearsGlowing, bedOrientation, bodyRot, customName, deathTime, hasRedOverlay, headItem, isAutoSpinAttack, isBaby, isFullyFrozen, isInvisibleToPlayer, isInWater, isUpsideDown, pose, scale, walkAnimationPos, walkAnimationSpeed, wornHeadAnimationPos, wornHeadProfile, wornHeadType, xRot, yRot
Fields inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
ageInTicks, boundingBoxHeight, boundingBoxWidth, displayFireAnimation, distanceToCameraSq, entityType, eyeHeight, hitboxesRenderState, isDiscrete, isInvisible, leashState, nameTag, nameTagAttachment, partialTick, passengerOffset, serverHitboxesRenderState, x, y, z
Fields inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
extensions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.renderer.entity.state.ArmedEntityRenderState
extractArmedEntityRenderState, getMainHandItem
Methods inherited from class net.minecraft.client.renderer.entity.state.LivingEntityRenderState
hasPose
Methods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
fillCrashReportCategory
Methods inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
getRenderData, resetRenderData, setRenderData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.neoforge.client.extensions.IRenderStateExtension
getRenderDataOrDefault, getRenderDataOrThrow
-
Field Details
-
skin
-
capeFlap
public float capeFlap -
capeLean
public float capeLean -
capeLean2
public float capeLean2 -
arrowCount
public int arrowCount -
stingerCount
public int stingerCount -
useItemRemainingTicks
public int useItemRemainingTicks -
isSpectator
public boolean isSpectator -
showHat
public boolean showHat -
showJacket
public boolean showJacket -
showLeftPants
public boolean showLeftPants -
showRightPants
public boolean showRightPants -
showLeftSleeve
public boolean showLeftSleeve -
showRightSleeve
public boolean showRightSleeve -
showCape
public boolean showCape -
fallFlyingTimeInTicks
public float fallFlyingTimeInTicks -
shouldApplyFlyingYRot
public boolean shouldApplyFlyingYRot -
flyingYRot
public float flyingYRot -
swinging
public boolean swinging -
scoreText
-
parrotOnLeftShoulder
-
parrotOnRightShoulder
-
id
public int id -
name
-
heldOnHead
-
-
Constructor Details
-
PlayerRenderState
public PlayerRenderState()
-
-
Method Details
-
fallFlyingScale
public float fallFlyingScale()
-