Class MeteorProjectileRenderState
java.lang.Object
net.minecraft.client.renderer.entity.state.EntityRenderState
me.emafire003.dev.ohmymeteors.entities.client.MeteorProjectileRenderState
- All Implemented Interfaces:
net.fabricmc.fabric.api.client.rendering.v1.FabricRenderState
public class MeteorProjectileRenderState
extends net.minecraft.client.renderer.entity.state.EntityRenderState
-
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.AnimationStateintFields 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, scoreText, shadowPieces, shadowRadius, x, y, z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
appearsGlowing, fillCrashReportCategoryMethods inherited from class 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
-
rotationState
public final net.minecraft.world.entity.AnimationState rotationState -
size
public int size
-
-
Constructor Details
-
MeteorProjectileRenderState
public MeteorProjectileRenderState()
-