Uses of Enum Class
net.minecraftforge.common.world.StructureModifier.Phase
Packages that use StructureModifier.Phase
- 
Uses of StructureModifier.Phase in net.minecraftforge.common.worldMethods in net.minecraftforge.common.world that return StructureModifier.PhaseModifier and TypeMethodDescriptionstatic StructureModifier.PhaseReturns 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 TypeMethodDescriptionvoidNoneStructureModifier.modify(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) voidStructureModifier.modify(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) Modifies the information via the provided structure builder.
- 
Uses of StructureModifier.Phase in net.minecraftforge.debug.worldMethods in net.minecraftforge.debug.world with parameters of type StructureModifier.PhaseModifier and TypeMethodDescriptionvoidStructureModifierTest.TestModifier.modify(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder)