Uses of Enum Class
net.minecraftforge.common.world.StructureModifier.Phase
Packages that use StructureModifier.Phase
-
Uses of StructureModifier.Phase in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return StructureModifier.PhaseModifier and TypeMethodDescriptionstatic StructureModifier.Phase
Returns the enum constant of this class with the specified name.static StructureModifier.Phase[]
StructureModifier.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.common.world with parameters of type StructureModifier.PhaseModifier and TypeMethodDescriptionvoid
NoneStructureModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) void
StructureModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) Modifies the information via the provided structure builder.