Uses of Class
me.fami6xx.rpuniverse.core.jobs.WorkingStep
Packages that use WorkingStep
Package
Description
-
Uses of WorkingStep in me.fami6xx.rpuniverse.core.api
Methods in me.fami6xx.rpuniverse.core.api that return WorkingStepModifier and TypeMethodDescriptionWorkingStepLocationAddedEvent.getWorkingStep()WorkingStepLocationRemovedEvent.getWorkingStep()Constructors in me.fami6xx.rpuniverse.core.api with parameters of type WorkingStepModifierConstructorDescriptionWorkingStepLocationAddedEvent(WorkingStep step, org.bukkit.Location location)WorkingStepLocationRemovedEvent(WorkingStep step, org.bukkit.Location location) -
Uses of WorkingStep in me.fami6xx.rpuniverse.core.api.holograms
Constructors in me.fami6xx.rpuniverse.core.api.holograms with parameters of type WorkingStepModifierConstructorDescriptionWorkingStepHologram(WorkingStep step, org.bukkit.Location location, Job job) -
Uses of WorkingStep in me.fami6xx.rpuniverse.core.jobs
Methods in me.fami6xx.rpuniverse.core.jobs that return WorkingStepModifier and TypeMethodDescriptionstatic WorkingStepWorkingStep.fromJsonObject(com.google.gson.JsonObject jsonObject)Converts a JSON object to a WorkingStep.static WorkingStepWorkingStep.fromString(String s)Builds a WorkingStep from a YAML string.