Package net.createmod.catnip.gui.element
Class GuiGameElement.GuiBlockPartialRenderBuilder
java.lang.Object
net.createmod.catnip.gui.element.AbstractRenderElement
net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
net.createmod.catnip.gui.element.GuiGameElement.GuiBlockModelRenderBuilder
net.createmod.catnip.gui.element.GuiGameElement.GuiBlockPartialRenderBuilder
- All Implemented Interfaces:
FadableScreenElement,RenderElement,ScreenElement
- Enclosing class:
- GuiGameElement
public static class GuiGameElement.GuiBlockPartialRenderBuilder
extends GuiGameElement.GuiBlockModelRenderBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class net.createmod.catnip.gui.element.AbstractRenderElement
AbstractRenderElement.SimpleRenderElement -
Field Summary
Fields inherited from class net.createmod.catnip.gui.element.GuiGameElement.GuiBlockModelRenderBuilder
blockModel, blockStateFields inherited from class net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
color, customLighting, rotationOffset, scale, xLocal, xRot, yLocal, yRot, zLocal, zRot -
Constructor Summary
ConstructorsConstructorDescriptionGuiBlockPartialRenderBuilder(com.jozufozu.flywheel.core.PartialModel partial) -
Method Summary
Methods inherited from class net.createmod.catnip.gui.element.GuiGameElement.GuiBlockModelRenderBuilder
render, renderModelMethods inherited from class net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
atLocal, cleanUpLighting, cleanUpMatrix, color, lighting, prepareLighting, prepareMatrix, rotate, rotateBlock, scale, transformMatrix, withRotationOffsetMethods inherited from class net.createmod.catnip.gui.element.AbstractRenderElement
at, at, getHeight, getWidth, getX, getY, getZ, withAlpha, withBoundsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.createmod.catnip.gui.element.FadableScreenElement
renderMethods inherited from interface net.createmod.catnip.gui.element.RenderElement
render
-
Constructor Details
-
GuiBlockPartialRenderBuilder
public GuiBlockPartialRenderBuilder(com.jozufozu.flywheel.core.PartialModel partial)
-