Package net.minecraft

Enum Class class_6833

java.lang.Object
java.lang.Enum<class_6833>
net.minecraft.class_6833
All Implemented Interfaces:
Serializable, Comparable<class_6833>, Constable

public enum class_6833 extends Enum<class_6833>
Mappings:
Namespace Name
official dfd
intermediary net/minecraft/class_6833
named net/minecraft/class_6833
  • Enum Constant Details

    • START_PRESENT

      public static final class_6833 START_PRESENT
      Mappings:
      Namespace Name Mixin selector
      official a Ldfd;a:Ldfd;
      intermediary field_36239 Lnet/minecraft/class_6833;field_36239:Lnet/minecraft/class_6833;
      named START_PRESENT Lnet/minecraft/class_6833;START_PRESENT:Lnet/minecraft/class_6833;
    • START_NOT_PRESENT

      public static final class_6833 START_NOT_PRESENT
      Mappings:
      Namespace Name Mixin selector
      official b Ldfd;b:Ldfd;
      intermediary field_36240 Lnet/minecraft/class_6833;field_36240:Lnet/minecraft/class_6833;
      named START_NOT_PRESENT Lnet/minecraft/class_6833;START_NOT_PRESENT:Lnet/minecraft/class_6833;
    • CHUNK_LOAD_NEEDED

      public static final class_6833 CHUNK_LOAD_NEEDED
      Mappings:
      Namespace Name Mixin selector
      official c Ldfd;c:Ldfd;
      intermediary field_36241 Lnet/minecraft/class_6833;field_36241:Lnet/minecraft/class_6833;
      named CHUNK_LOAD_NEEDED Lnet/minecraft/class_6833;CHUNK_LOAD_NEEDED:Lnet/minecraft/class_6833;
  • Constructor Details

    • class_6833

      private class_6833()
  • Method Details

    • values

      public static class_6833[] 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 class_6833 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