Package com.hazebyte.crate.api.claim
Interface Claim
-
public interface Claim
A Claim represents a set of instructions that the player may execute any given later time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute()
UUID
getId()
org.bukkit.OfflinePlayer
getOwner()
List<Reward>
getRewards()
Long
getTimestamp()
void
setExecutor(Function<Claim,Boolean> executor)
-