Uses of Enum Class
net.minecraft.world.level.biome.TerrainShaper.Coordinate
Packages that use TerrainShaper.Coordinate
-
Uses of TerrainShaper.Coordinate in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type TerrainShaper.CoordinateModifier and TypeFieldDescriptionprivate static final Map<String,TerrainShaper.Coordinate> TerrainShaper.Coordinate.BY_NAMEprivate static final com.mojang.serialization.Codec<TerrainShaper.Coordinate>TerrainShaper.Coordinate.CODECMethods in net.minecraft.world.level.biome that return TerrainShaper.CoordinateModifier and TypeMethodDescriptionstatic TerrainShaper.CoordinateReturns the enum constant of this class with the specified name.static TerrainShaper.Coordinate[]TerrainShaper.Coordinate.values()Returns an array containing the constants of this enum class, in the order they are declared.