@Environment(value=CLIENT) public class CubeMapRenderer extends Object
Modifier and Type | Field and Description |
---|---|
private Identifier[] |
faces |
Constructor and Description |
---|
CubeMapRenderer(Identifier faces) |
Modifier and Type | Method and Description |
---|---|
void |
draw(MinecraftClient client,
float x,
float y,
float alpha) |
CompletableFuture<Void> |
loadTexturesAsync(TextureManager textureManager,
Executor executor) |
private final Identifier[] faces
public CubeMapRenderer(Identifier faces)
public void draw(MinecraftClient client, float x, float y, float alpha)
public CompletableFuture<Void> loadTexturesAsync(TextureManager textureManager, Executor executor)