Package net.minecraft.world.gen.layer
Enum Class ZoomLayer
- All Implemented Interfaces:
Serializable
,Comparable<ZoomLayer>
,Constable
,IAreaTransformer1
,IDimTransformer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
applyPixel
(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) int
getParentX
(int p_215721_1_) int
getParentY
(int p_215722_1_) protected int
modeOrRandom
(IExtendedNoiseRandom<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_) static ZoomLayer
Returns the enum constant of this class with the specified name.static ZoomLayer[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.world.gen.layer.traits.IAreaTransformer1
run
-
Enum Constant Details
-
NORMAL
-
FUZZY
-
-
Constructor Details
-
ZoomLayer
private ZoomLayer()
-
-
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
-
getParentX
public int getParentX(int p_215721_1_) - Specified by:
getParentX
in interfaceIDimTransformer
-
getParentY
public int getParentY(int p_215722_1_) - Specified by:
getParentY
in interfaceIDimTransformer
-
applyPixel
public int applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) - Specified by:
applyPixel
in interfaceIAreaTransformer1
-
modeOrRandom
protected int modeOrRandom(IExtendedNoiseRandom<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_)
-