Enum Class StructureBoxRendering.RenderMode

java.lang.Object
java.lang.Enum<StructureBoxRendering.RenderMode>
net.minecraft.block.entity.StructureBoxRendering.RenderMode
All Implemented Interfaces:
Serializable, Comparable<StructureBoxRendering.RenderMode>, Constable
Enclosing interface:
StructureBoxRendering

public static enum StructureBoxRendering.RenderMode extends Enum<StructureBoxRendering.RenderMode>
Mappings:
Namespace Name
named net/minecraft/block/entity/StructureBoxRendering$RenderMode
intermediary net/minecraft/class_10634$class_10635
official ebc$a
  • Enum Constant Details

    • NONE

      public static final StructureBoxRendering.RenderMode NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;NONE:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
      intermediary field_55994 Lnet/minecraft/class_10634$class_10635;field_55994:Lnet/minecraft/class_10634$class_10635;
      official a Lebc$a;a:Lebc$a;
    • BOX

      public static final StructureBoxRendering.RenderMode BOX
      Mappings:
      Namespace Name Mixin selector
      named BOX Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
      intermediary field_55995 Lnet/minecraft/class_10634$class_10635;field_55995:Lnet/minecraft/class_10634$class_10635;
      official b Lebc$a;b:Lebc$a;
    • BOX_AND_INVISIBLE_BLOCKS

      public static final StructureBoxRendering.RenderMode BOX_AND_INVISIBLE_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      named BOX_AND_INVISIBLE_BLOCKS Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX_AND_INVISIBLE_BLOCKS:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
      intermediary field_55996 Lnet/minecraft/class_10634$class_10635;field_55996:Lnet/minecraft/class_10634$class_10635;
      official c Lebc$a;c:Lebc$a;
  • Constructor Details

    • RenderMode

      private RenderMode()
  • Method Details

    • values

      public static StructureBoxRendering.RenderMode[] 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 StructureBoxRendering.RenderMode 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