Class GuiGameElement.GuiRenderBuilder

java.lang.Object
net.createmod.catnip.gui.element.AbstractRenderElement
net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
All Implemented Interfaces:
FadableScreenElement, RenderElement, ScreenElement
Direct Known Subclasses:
GuiGameElement.GuiBlockModelRenderBuilder, GuiGameElement.GuiItemRenderBuilder
Enclosing class:
GuiGameElement

public abstract static class GuiGameElement.GuiRenderBuilder extends AbstractRenderElement
  • 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

      @Nullable protected ILightingSettings customLighting
  • Constructor Details

    • GuiRenderBuilder

      public GuiRenderBuilder()
  • Method Details