Uses of Enum Class
net.minecraftforge.common.world.StructureModifier.Phase
-
Uses of StructureModifier.Phase in net.minecraftforge.common.world
Modifier 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.Modifier 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. -
Uses of StructureModifier.Phase in net.minecraftforge.debug.world
Modifier and TypeMethodDescriptionvoid
StructureModifierTest.TestModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder)