Class SignRenderState

java.lang.Object
net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState
net.minecraft.client.renderer.blockentity.state.SignRenderState

public class SignRenderState extends BlockEntityRenderState
  • Field Details

    • frontText

      @Nullable public SignText frontText
    • backText

      @Nullable public SignText backText
    • textLineHeight

      public int textLineHeight
    • maxTextLineWidth

      public int maxTextLineWidth
    • isTextFilteringEnabled

      public boolean isTextFilteringEnabled
    • drawOutline

      public boolean drawOutline
  • Constructor Details

    • SignRenderState

      public SignRenderState()