Enum Class StructurePool.Projection

java.lang.Object
java.lang.Enum<StructurePool.Projection>
net.minecraft.structure.pool.StructurePool.Projection
All Implemented Interfaces:
Serializable, Comparable<StructurePool.Projection>, Constable, StringIdentifiable
Enclosing class:
StructurePool

public static enum StructurePool.Projection extends Enum<StructurePool.Projection> implements StringIdentifiable
Mappings:
Namespace Name
official dpy$a
intermediary net/minecraft/class_3785$class_3786
named net/minecraft/structure/pool/StructurePool$Projection
  • Enum Constant Details

    • TERRAIN_MATCHING

      public static final StructurePool.Projection TERRAIN_MATCHING
      Mappings:
      Namespace Name Mixin selector
      official a Ldpy$a;a:Ldpy$a;
      intermediary field_16686 Lnet/minecraft/class_3785$class_3786;field_16686:Lnet/minecraft/class_3785$class_3786;
      named TERRAIN_MATCHING Lnet/minecraft/structure/pool/StructurePool$Projection;TERRAIN_MATCHING:Lnet/minecraft/structure/pool/StructurePool$Projection;
    • RIGID

      public static final StructurePool.Projection RIGID
      Mappings:
      Namespace Name Mixin selector
      official b Ldpy$a;b:Ldpy$a;
      intermediary field_16687 Lnet/minecraft/class_3785$class_3786;field_16687:Lnet/minecraft/class_3785$class_3786;
      named RIGID Lnet/minecraft/structure/pool/StructurePool$Projection;RIGID:Lnet/minecraft/structure/pool/StructurePool$Projection;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      official c Ldpy$a;c:Laor$a;
      intermediary field_24956 Lnet/minecraft/class_3785$class_3786;field_24956:Lnet/minecraft/class_3542$class_7292;
      named CODEC Lnet/minecraft/structure/pool/StructurePool$Projection;CODEC:Lnet/minecraft/util/StringIdentifiable$Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      official d Ldpy$a;d:Ljava/lang/String;
      intermediary field_16682 Lnet/minecraft/class_3785$class_3786;field_16682:Ljava/lang/String;
      named id Lnet/minecraft/structure/pool/StructurePool$Projection;id:Ljava/lang/String;
    • processors

      private final ImmutableList<StructureProcessor> processors
      Mappings:
      Namespace Name Mixin selector
      official e Ldpy$a;e:Lcom/google/common/collect/ImmutableList;
      intermediary field_16685 Lnet/minecraft/class_3785$class_3786;field_16685:Lcom/google/common/collect/ImmutableList;
      named processors Lnet/minecraft/structure/pool/StructurePool$Projection;processors:Lcom/google/common/collect/ImmutableList;
  • Constructor Details

    • Projection

      private Projection(String id, ImmutableList<StructureProcessor> processors)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldpy$a;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/google/common/collect/ImmutableList;)V
      intermediary <init> Lnet/minecraft/class_3785$class_3786;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/google/common/collect/ImmutableList;)V
      named <init> Lnet/minecraft/structure/pool/StructurePool$Projection;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/google/common/collect/ImmutableList;)V
  • Method Details

    • values

      public static StructurePool.Projection[] 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 StructurePool.Projection 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
    • getId

      public String getId()
      Mappings:
      Namespace Name Mixin selector
      official a Ldpy$a;a()Ljava/lang/String;
      intermediary method_16635 Lnet/minecraft/class_3785$class_3786;method_16635()Ljava/lang/String;
      named getId Lnet/minecraft/structure/pool/StructurePool$Projection;getId()Ljava/lang/String;
    • getById

      public static StructurePool.Projection getById(String id)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpy$a;a(Ljava/lang/String;)Ldpy$a;
      intermediary method_16638 Lnet/minecraft/class_3785$class_3786;method_16638(Ljava/lang/String;)Lnet/minecraft/class_3785$class_3786;
      named getById Lnet/minecraft/structure/pool/StructurePool$Projection;getById(Ljava/lang/String;)Lnet/minecraft/structure/pool/StructurePool$Projection;
    • getProcessors

      public ImmutableList<StructureProcessor> getProcessors()
      Mappings:
      Namespace Name Mixin selector
      official b Ldpy$a;b()Lcom/google/common/collect/ImmutableList;
      intermediary method_16636 Lnet/minecraft/class_3785$class_3786;method_16636()Lcom/google/common/collect/ImmutableList;
      named getProcessors Lnet/minecraft/structure/pool/StructurePool$Projection;getProcessors()Lcom/google/common/collect/ImmutableList;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;