Package net.minecraft.client.world
Enum Class ChunkBuilder.FunctionType
- All Implemented Interfaces:
Serializable,Comparable<ChunkBuilder.FunctionType>,Constable
- Enclosing class:
- ChunkBuilder
@Environment(CLIENT)
public static enum ChunkBuilder.FunctionType
extends Enum<ChunkBuilder.FunctionType>
- Mappings:
Namespace Name official bsy$bintermediary net/minecraft/class_2473$class_2475named net/minecraft/client/world/ChunkBuilder$FunctionType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkBuilder.FunctionTypeReturns the enum constant of this class with the specified name.static ChunkBuilder.FunctionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REBUILD_CHUNK
- Mappings:
Namespace Name Mixin selector official aLbsy$b;a:Lbsy$b;intermediary field_11032Lnet/minecraft/class_2473$class_2475;field_11032:Lnet/minecraft/class_2473$class_2475;named REBUILD_CHUNKLnet/minecraft/client/world/ChunkBuilder$FunctionType;REBUILD_CHUNK:Lnet/minecraft/client/world/ChunkBuilder$FunctionType;
-
RESORT_TRANSPARENCY
- Mappings:
Namespace Name Mixin selector official bLbsy$b;b:Lbsy$b;intermediary field_11033Lnet/minecraft/class_2473$class_2475;field_11033:Lnet/minecraft/class_2473$class_2475;named RESORT_TRANSPARENCYLnet/minecraft/client/world/ChunkBuilder$FunctionType;RESORT_TRANSPARENCY:Lnet/minecraft/client/world/ChunkBuilder$FunctionType;
-
-
Constructor Details
-
FunctionType
private FunctionType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-