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_37774private static final SpreadType[]SpreadType.VALUESFields in net.minecraft.world.gen.chunk.placement with type parameters of type SpreadTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpreadType>SpreadType.CODECMethods in net.minecraft.world.gen.chunk.placement that return SpreadTypeModifier and TypeMethodDescriptionstatic SpreadTypeRandomSpreadStructurePlacement.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.class_7154 class_7154, float float2, int int2, Optional<StructurePlacement.class_7152> optional, int int3, int int4, SpreadType spreadType)