Class DisplayBlockRenderState

java.lang.Object
net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
com.wdiscute.starcatcher.blocks.display.DisplayBlockRenderState

public class DisplayBlockRenderState extends net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     

    Fields inherited from class net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState

    blockEntityType, blockPos, breakProgress, lightCoords
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState

    extractBase, fillCrashReportCategory

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • flip

      public float flip
    • oFlip

      public float oFlip
    • flipT

      public float flipT
    • flipA

      public float flipA
    • open

      public float open
    • oOpen

      public float oOpen
    • rot

      public float rot
    • oRot

      public float oRot
    • tRot

      public float tRot
  • Constructor Details

    • DisplayBlockRenderState

      public DisplayBlockRenderState()