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

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.entity.AnimationState
     
    int
     

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState

    appearsGlowing, fillCrashReportCategory

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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()