Class EntityRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState
- All Implemented Interfaces:
IRenderStateExtension
- Direct Known Subclasses:
ArrowRenderState, BoatRenderState, DisplayEntityRenderState, EndCrystalRenderState, EnderDragonRenderState, EvokerFangsRenderState, ExperienceOrbRenderState, FallingBlockRenderState, FireworkRocketRenderState, FishingHookRenderState, ItemClusterRenderState, ItemFrameRenderState, LightningBoltRenderState, LivingEntityRenderState, LlamaSpitRenderState, MinecartRenderState, PaintingRenderState, ShulkerBulletRenderState, ThrownItemRenderState, ThrownTridentRenderState, TntRenderState, WitherSkullRenderState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatbooleandoubleEntityType<?> floatbooleanboolean@Nullable List<EntityRenderState.LeashState> int@Nullable Component@Nullable Vec3static final intintfloat@Nullable Vec3floatdoubledoubledoubleFields inherited from class BaseRenderState
extensions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfillCrashReportCategory(CrashReportCategory category) Methods 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
-
NO_OUTLINE
public static final int NO_OUTLINE- See Also:
-
entityType
-
x
public double x -
y
public double y -
z
public double z -
ageInTicks
public float ageInTicks -
boundingBoxWidth
public float boundingBoxWidth -
boundingBoxHeight
public float boundingBoxHeight -
eyeHeight
public float eyeHeight -
distanceToCameraSq
public double distanceToCameraSq -
isInvisible
public boolean isInvisible -
isDiscrete
public boolean isDiscrete -
displayFireAnimation
public boolean displayFireAnimation -
lightCoords
public int lightCoords -
outlineColor
public int outlineColor -
passengerOffset
-
nameTag
-
nameTagAttachment
-
leashStates
-
shadowRadius
public float shadowRadius -
shadowPieces
-
partialTick
public float partialTick
-
-
Constructor Details
-
EntityRenderState
public EntityRenderState()
-
-
Method Details
-
appearsGlowing
public boolean appearsGlowing() -
fillCrashReportCategory
-