Record Class TaskStep.Options
java.lang.Object
java.lang.Record
wtf.ranked.hytale.server.runner.step.TaskStep.Options
- Record Components:
startStep- the primary logic to executestopStep- optional logic to execute after the startStep (cleanup)
- Enclosing interface:
TaskStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@NonNull RunnableReturns the value of thestartSteprecord component.@Nullable RunnablestopStep()Returns the value of thestopSteprecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Options
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
startStep
-
stopStep
-