Package com.thecsdev.commonmc.api.client.gui.misc
package com.thecsdev.commonmc.api.client.gui.misc
-
ClassDescription
TElementthat renders a givenBlockStateon the screen, like how the game does it in the inventory screen.TElementthat renders an entity on the screen.Utility class for providingEntityinstances for rendering in GUIs.A blankTElementwhose sole purpose is to render a solid-colored rectangle.TFillColorElementimplementation that renders its outline inTFillColorElement.Flat.renderCallback(TGuiGraphics)instead ofTFillColorElement.Flat.postRenderCallback(TGuiGraphics), allowing you to have an outline that doesn't overlay over children.THoverScrollElement<E extends TElement>TElementthat renders a givenItemStackon the screen, like how the game does it in the inventory screen.SimpleTElementthat draws a solid-colored line either horizontally or vertically.The direction in whichTSeparatorElementwill draw its line.ATElementwhose sole purpose is to render a sprite/texture.The method used to render aTTextureElement.