Class PixelMKRenderType
java.lang.Object
io.github.pixelmk.pixelmkmenu.gui.renderer.PixelMKRenderType
Class containing static rendertypes where needed.
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.renderer.RenderTypetooltip()Get tooltip RenderType.
-
Method Details
-
tooltip
public static net.minecraft.client.renderer.RenderType tooltip()Get tooltip RenderType.- Default Vertex Format - Position/Color
- Mode - Triangles
- Does not affect crumbling or sort on upload
- Uses same state as GUI
RenderType.
- Returns:
- tooltip
RenderType
-