Package dev.itsharshxd.zentrix.api.phase
Class PhaseBuilder.PhaseAction
java.lang.Object
dev.itsharshxd.zentrix.api.phase.PhaseBuilder.PhaseAction
- Enclosing class:
PhaseBuilder
Represents a single phase action with its type and parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionPhaseAction(@NotNull PhaseBuilder.PhaseActionType type, @NotNull Map<String, Object> parameters) -
Method Summary
-
Constructor Details
-
PhaseAction
public PhaseAction(@NotNull @NotNull PhaseBuilder.PhaseActionType type, @NotNull @NotNull Map<String, Object> parameters)
-
-
Method Details
-
getType
-
getParameters
-