public class RenderCoordWireframe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.math.BlockPos |
pos |
int |
ticksExisted |
net.minecraft.util.RegistryKey<net.minecraft.world.World> |
worldKey |
| Constructor and Description |
|---|
RenderCoordWireframe(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
float partialTicks) |
public final net.minecraft.util.math.BlockPos pos
public final net.minecraft.util.RegistryKey<net.minecraft.world.World> worldKey
public int ticksExisted