Enum Class ChunkBuilder.FunctionType

java.lang.Object
java.lang.Enum<ChunkBuilder.FunctionType>
net.minecraft.client.world.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$b
intermediary net/minecraft/class_2473$class_2475
named net/minecraft/client/world/ChunkBuilder$FunctionType
  • Enum Constant Details

    • REBUILD_CHUNK

      public static final ChunkBuilder.FunctionType REBUILD_CHUNK
      Mappings:
      Namespace Name Mixin selector
      official a Lbsy$b;a:Lbsy$b;
      intermediary field_11032 Lnet/minecraft/class_2473$class_2475;field_11032:Lnet/minecraft/class_2473$class_2475;
      named REBUILD_CHUNK Lnet/minecraft/client/world/ChunkBuilder$FunctionType;REBUILD_CHUNK:Lnet/minecraft/client/world/ChunkBuilder$FunctionType;
    • RESORT_TRANSPARENCY

      public static final ChunkBuilder.FunctionType RESORT_TRANSPARENCY
      Mappings:
      Namespace Name Mixin selector
      official b Lbsy$b;b:Lbsy$b;
      intermediary field_11033 Lnet/minecraft/class_2473$class_2475;field_11033:Lnet/minecraft/class_2473$class_2475;
      named RESORT_TRANSPARENCY Lnet/minecraft/client/world/ChunkBuilder$FunctionType;RESORT_TRANSPARENCY:Lnet/minecraft/client/world/ChunkBuilder$FunctionType;
  • Constructor Details

    • FunctionType

      private FunctionType()
  • Method Details

    • values

      public static ChunkBuilder.FunctionType[] 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

      public static ChunkBuilder.FunctionType valueOf(String name)
      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 name
      NullPointerException - if the argument is null