Class RenderType
java.lang.Object
net.minecraft.client.renderer.rendertype.RenderType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate static final intprotected final Stringprivate final Optional<RenderType> static final intprivate final RenderSetupstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintbooleanstatic RenderTypecreate(String name, RenderSetup state) voidformat()booleanmode()outline()pipeline()booleantoString()
-
Field Details
-
MEGABYTE
private static final int MEGABYTE- See Also:
-
BIG_BUFFER_SIZE
public static final int BIG_BUFFER_SIZE- See Also:
-
SMALL_BUFFER_SIZE
public static final int SMALL_BUFFER_SIZE- See Also:
-
TRANSIENT_BUFFER_SIZE
public static final int TRANSIENT_BUFFER_SIZE- See Also:
-
state
-
outline
-
name
-
-
Constructor Details
-
RenderType
-
-
Method Details
-
create
-
toString
-
draw
-
bufferSize
public int bufferSize() -
format
-
mode
-
outline
-
isOutline
public boolean isOutline() -
pipeline
-
affectsCrumbling
public boolean affectsCrumbling() -
canConsolidateConsecutiveGeometry
public boolean canConsolidateConsecutiveGeometry() -
sortOnUpload
public boolean sortOnUpload()
-