Enum Class StructureTemplatePool.Projection
java.lang.Object
java.lang.Enum<StructureTemplatePool.Projection>
net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool.Projection
- All Implemented Interfaces:
- Serializable,- Comparable<StructureTemplatePool.Projection>,- Constable,- StringRepresentable
- Enclosing class:
- StructureTemplatePool
public static enum StructureTemplatePool.Projection
extends Enum<StructureTemplatePool.Projection>
implements StringRepresentable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentableStringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Stringprivate final com.google.common.collect.ImmutableList<StructureProcessor>Fields inherited from interface net.minecraft.util.StringRepresentablePRE_BUILT_MAP_THRESHOLD
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateProjection(String p_210602_, com.google.common.collect.ImmutableList<StructureProcessor> p_210603_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()com.google.common.collect.ImmutableList<StructureProcessor>Returns the enum constant of this class with the specified name.static StructureTemplatePool.Projection[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
TERRAIN_MATCHING
- 
RIGID
 
- 
- 
Field Details- 
CODEC
- 
name
- 
processors
 
- 
- 
Constructor Details- 
Projectionprivate Projection(String p_210602_, com.google.common.collect.ImmutableList<StructureProcessor> p_210603_) 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getName
- 
byName
- 
getProcessors
- 
getSerializedName- Specified by:
- getSerializedNamein interface- StringRepresentable
 
 
-