public class GoggleOverlayRenderer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GoggleOverlayRenderer.TooltipScreen |
| Modifier and Type | Field and Description |
|---|---|
static int |
hoverTicks |
static net.minecraft.util.math.BlockPos |
lastHovered |
| Constructor and Description |
|---|
GoggleOverlayRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerCustomGoggleCondition(java.util.function.Supplier<java.lang.Boolean> condition)
Use this method to add custom entry points to the goggle overay, e.g.
|
static void |
renderOverlay(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
int light,
int overlay,
float partialTicks) |
public static int hoverTicks
public static net.minecraft.util.math.BlockPos lastHovered
public static void renderOverlay(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
int light,
int overlay,
float partialTicks)
public static void registerCustomGoggleCondition(java.util.function.Supplier<java.lang.Boolean> condition)