Uses of Enum Class
net.minecraft.world.gen.chunk.placement.SpreadType
Packages that use SpreadType
-
Uses of SpreadType in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement declared as SpreadTypeModifier and TypeFieldDescriptionprivate final SpreadType
RandomSpreadStructurePlacement.spreadType
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type SpreadTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpreadType>
SpreadType.CODEC
Methods in net.minecraft.world.gen.chunk.placement that return SpreadTypeModifier and TypeMethodDescriptionRandomSpreadStructurePlacement.getSpreadType()
static SpreadType
Returns the enum constant of this class with the specified name.static SpreadType[]
SpreadType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.gen.chunk.placement with parameters of type SpreadTypeModifierConstructorDescriptionRandomSpreadStructurePlacement
(int spacing, int separation, SpreadType spreadType, int salt) RandomSpreadStructurePlacement
(Vec3i locateOffset, StructurePlacement.FrequencyReductionMethod frequencyReductionMethod, float frequency, int salt, Optional<StructurePlacement.ExclusionZone> exclusionZone, int spacing, int separation, SpreadType spreadType)