net.minecraft.client.renderer.chunk

public enum ChunkSectionLayer

haz
net.minecraft.client.renderer.chunk.ChunkSectionLayer
net.minecraft.class_11515
net.minecraft.client.render.BlockRenderLayer

Enum constant summary

Enum Constant
a
SOLID
field_60923
SOLID
b
CUTOUT_MIPPED
field_60924
CUTOUT_MIPPED
c
CUTOUT
field_60925
CUTOUT
d
TRANSLUCENT
field_60926
TRANSLUCENT
e
TRIPWIRE
field_60927
TRIPWIRE

Field summary

Modifier and TypeField
private final RenderPipeline
f
pipeline
field_60928
pipeline
private final int
g
bufferSize
field_60929
size
private final boolean
h
useMipmaps
field_60930
mipmap
private final boolean
i
sortOnUpload
field_60931
translucent
private final String
j
label
field_60932
name

Constructor summary

ModifierConstructor
private (RenderPipeline arg0, int arg1, boolean pipeline, boolean size)

Method summary

Modifier and TypeMethod
public RenderPipeline
a()
pipeline()
method_72020()
getPipeline()
public int
b()
bufferSize()
method_72021()
getBufferSize()
public String
c()
label()
method_72022()
getName()
public boolean
d()
sortOnUpload()
method_72023()
isTranslucent()
public GpuTextureView
e()
textureView()
method_72024()
getTextureView()
public RenderTarget
f()
outputTarget()
method_72025()
getFramebuffer()