Package net.minecraft.structure.pool
Enum Class 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 named net/minecraft/structure/pool/StructurePool$Projection
intermediary net/minecraft/class_3785$class_3786
official ejv$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<StructurePool.Projection> private final String
private final ImmutableList
<StructureProcessor> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
Projection
(String id, ImmutableList<StructureProcessor> processors) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static StructurePool.Projection
getId()
static StructurePool.Projection
Returns the enum constant of this class with the specified name.static StructurePool.Projection[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TERRAIN_MATCHING
- Mappings:
Namespace Name Mixin selector named TERRAIN_MATCHING
Lnet/minecraft/structure/pool/StructurePool$Projection;TERRAIN_MATCHING:Lnet/minecraft/structure/pool/StructurePool$Projection;
intermediary field_16686
Lnet/minecraft/class_3785$class_3786;field_16686:Lnet/minecraft/class_3785$class_3786;
official a
Lejv$a;a:Lejv$a;
-
RIGID
- Mappings:
Namespace Name Mixin selector named RIGID
Lnet/minecraft/structure/pool/StructurePool$Projection;RIGID:Lnet/minecraft/structure/pool/StructurePool$Projection;
intermediary field_16687
Lnet/minecraft/class_3785$class_3786;field_16687:Lnet/minecraft/class_3785$class_3786;
official b
Lejv$a;b:Lejv$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/structure/pool/StructurePool$Projection;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
intermediary field_24956
Lnet/minecraft/class_3785$class_3786;field_24956:Lnet/minecraft/class_3542$class_7292;
official c
Lejv$a;c:Lazu$a;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/structure/pool/StructurePool$Projection;id:Ljava/lang/String;
intermediary field_16682
Lnet/minecraft/class_3785$class_3786;field_16682:Ljava/lang/String;
official d
Lejv$a;d:Ljava/lang/String;
-
processors
- Mappings:
Namespace Name Mixin selector named processors
Lnet/minecraft/structure/pool/StructurePool$Projection;processors:Lcom/google/common/collect/ImmutableList;
intermediary field_16685
Lnet/minecraft/class_3785$class_3786;field_16685:Lcom/google/common/collect/ImmutableList;
official e
Lejv$a;e:Lcom/google/common/collect/ImmutableList;
-
-
Constructor Details
-
Projection
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/pool/StructurePool$Projection;<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
official <init>
Lejv$a;<init>(Ljava/lang/String;ILjava/lang/String;Lcom/google/common/collect/ImmutableList;)V
-
-
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
-
getId
- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/structure/pool/StructurePool$Projection;getId()Ljava/lang/String;
intermediary method_16635
Lnet/minecraft/class_3785$class_3786;method_16635()Ljava/lang/String;
official a
Lejv$a;a()Ljava/lang/String;
-
getById
- Mappings:
Namespace Name Mixin selector named getById
Lnet/minecraft/structure/pool/StructurePool$Projection;getById(Ljava/lang/String;)Lnet/minecraft/structure/pool/StructurePool$Projection;
intermediary method_16638
Lnet/minecraft/class_3785$class_3786;method_16638(Ljava/lang/String;)Lnet/minecraft/class_3785$class_3786;
official a
Lejv$a;a(Ljava/lang/String;)Lejv$a;
-
getProcessors
- Mappings:
Namespace Name Mixin selector named getProcessors
Lnet/minecraft/structure/pool/StructurePool$Projection;getProcessors()Lcom/google/common/collect/ImmutableList;
intermediary method_16636
Lnet/minecraft/class_3785$class_3786;method_16636()Lcom/google/common/collect/ImmutableList;
official b
Lejv$a;b()Lcom/google/common/collect/ImmutableList;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-