Uses of Class
me.fami6xx.rpuniverse.core.jobs.SellStep
Packages that use SellStep
Package
Description
-
Uses of SellStep in me.fami6xx.rpuniverse.core.api
Methods in me.fami6xx.rpuniverse.core.api that return SellStepModifier and TypeMethodDescriptionSellStepLocationAddedEvent.getSellStep()SellStepLocationRemovedEvent.getSellStep()Constructors in me.fami6xx.rpuniverse.core.api with parameters of type SellStepModifierConstructorDescriptionSellStepLocationAddedEvent(SellStep step, org.bukkit.Location location)SellStepLocationRemovedEvent(SellStep step, org.bukkit.Location location) -
Uses of SellStep in me.fami6xx.rpuniverse.core.api.holograms
Constructors in me.fami6xx.rpuniverse.core.api.holograms with parameters of type SellStep -
Uses of SellStep in me.fami6xx.rpuniverse.core.jobs
Methods in me.fami6xx.rpuniverse.core.jobs that return SellStepModifier and TypeMethodDescriptionstatic SellStepSellStep.fromJsonObject(com.google.gson.JsonObject jsonObject)Creates a SellStep from its JSON object.static SellStepSellStep.fromString(String s)Converts a string representation of a SellStep object into an actual SellStep object.