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 SpreadTypeRandomSpreadStructurePlacement.field_37774Fields in net.minecraft.world.gen.chunk.placement with type parameters of type SpreadTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<SpreadType>SpreadType.CODECMethods in net.minecraft.world.gen.chunk.placement that return SpreadTypeModifier and TypeMethodDescriptionRandomSpreadStructurePlacement.method_41634()static SpreadTypeReturns 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 int2, SpreadType spreadType, int int3) RandomSpreadStructurePlacement(Vec3i vec3i, StructurePlacement.FrequencyReductionMethod frequencyReductionMethod, float float2, int int2, Optional<StructurePlacement.ExclusionZone> optional, int int3, int int4, SpreadType spreadType)