Package com.hazebyte.crate.api.claim
Interface Claim
-
public interface ClaimA 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 booleanexecute()UUIDgetId()org.bukkit.OfflinePlayergetOwner()List<Reward>getRewards()LonggetTimestamp()voidsetExecutor(Function<Claim,Boolean> executor)
-