Class BoatRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.BoatRenderState
- All Implemented Interfaces:
IRenderStateExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class EntityRenderState
EntityRenderState.LeashState, EntityRenderState.ShadowPiece -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatintfloatbooleanfloatfloatfloatFields 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
-
yRot
public float yRot -
hurtDir
public int hurtDir -
hurtTime
public float hurtTime -
damageTime
public float damageTime -
bubbleAngle
public float bubbleAngle -
isUnderWater
public boolean isUnderWater -
rowingTimeLeft
public float rowingTimeLeft -
rowingTimeRight
public float rowingTimeRight
-
-
Constructor Details
-
BoatRenderState
public BoatRenderState()
-