Class GuiGameElement.GuiRenderBuilder

java.lang.Object
com.simibubi.create.foundation.gui.element.RenderElement
com.simibubi.create.foundation.gui.element.GuiGameElement.GuiRenderBuilder
All Implemented Interfaces:
ScreenElement
Direct Known Subclasses:
GuiGameElement.GuiBlockPartialRenderBuilder, GuiGameElement.GuiBlockStateRenderBuilder, GuiGameElement.GuiItemRenderBuilder
Enclosing class:
GuiGameElement

public abstract static class GuiGameElement.GuiRenderBuilder extends RenderElement
  • Field Details

    • xLocal

      protected double xLocal
    • yLocal

      protected double yLocal
    • zLocal

      protected double zLocal
    • xRot

      protected double xRot
    • yRot

      protected double yRot
    • zRot

      protected double zRot
    • scale

      protected double scale
    • color

      protected int color
    • rotationOffset

      protected net.minecraft.world.phys.Vec3 rotationOffset
    • customLighting

      protected ILightingSettings customLighting
  • Constructor Details

    • GuiRenderBuilder

      public GuiRenderBuilder()
  • Method Details