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.spreadTypeThe field for thespreadTyperecord component.private 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.spreadType()Returns the value of thespreadTyperecord component.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 separation, SpreadType spreadType, int salt) RandomSpreadStructurePlacement(int int2, int int3, SpreadType spreadType, int int4, Vec3i vec3i)