net.minecraft.client.gui

public class CubeMapRenderer

implements AutoCloseable

net.minecraft.client.renderer.CubeMap
net.minecraft.client.renderer.CubeMap
net.minecraft.class_751
net.minecraft.client.gui.CubeMapRenderer

Field summary

Modifier and TypeField
private static final int
SIDES
SIDES
field_32680
FACES_COUNT
private static final float
PROJECTION_Z_NEAR
PROJECTION_Z_NEAR
field_1_1734
field_1_1734
private static final float
PROJECTION_Z_FAR
PROJECTION_Z_FAR
field_1_1733
field_1_1733
private static final float
PROJECTION_FOV
PROJECTION_FOV
field_1_1732
field_1_1732
private final GpuBuffer
vertexBuffer
vertexBuffer
field_60576
buffer
private final ProjectionMatrix3
projection
projection
field_1_1735
field_1_1735
private final ProjectionMatrixBuffer
projectionMatrixUbo
projectionMatrixUbo
field_60577
projectionMatrix
private final Identifier
location
location
field_60578
id

Constructor summary

ModifierConstructor
public (Identifier id)

Method summary

Modifier and TypeMethod
public void
render(float rotXInDegrees, float rotYInDegrees)
render(float rotXInDegrees, float rotYInDegrees)
method_3156(float arg0, float arg1)
draw(float x, float y)
private static GpuBuffer
initializeVertices()
initializeVertices()
method_67548()
upload()
public void
registerTextures(TextureManager textureManager)
registerTextures(TextureManager textureManager)
method_65815(class_1060 arg0)
registerTextures(TextureManager textureManager)
public void
close()
close()