Uses of Interface
com.hazebyte.crate.api.claim.Claim
-
Packages that use Claim Package Description com.hazebyte.crate.api.claim com.hazebyte.crate.api.event Classes dedicated to handling code triggers. -
-
Uses of Claim in com.hazebyte.crate.api.claim
Methods in com.hazebyte.crate.api.claim that return types with arguments of type Claim Modifier and Type Method Description CompletableFuture<Claim>
ClaimRegistrar. addClaim(org.bukkit.OfflinePlayer player, Crate crate, int amount)
CompletableFuture<Claim>
ClaimRegistrar. addClaim(org.bukkit.OfflinePlayer player, List<Reward> rewards)
CompletableFuture<Collection<Claim>>
ClaimRegistrar. getClaim(org.bukkit.OfflinePlayer player, long timestamp)
CompletableFuture<Optional<Claim>>
ClaimRegistrar. getClaim(org.bukkit.OfflinePlayer player, UUID uuid)
CompletableFuture<Collection<Claim>>
ClaimRegistrar. getClaims(org.bukkit.OfflinePlayer player)
Methods in com.hazebyte.crate.api.claim with parameters of type Claim Modifier and Type Method Description CompletableFuture<Void>
ClaimRegistrar. removeClaim(Claim claim)
Method parameters in com.hazebyte.crate.api.claim with type arguments of type Claim Modifier and Type Method Description void
Claim. setExecutor(Function<Claim,Boolean> executor)
-
Uses of Claim in com.hazebyte.crate.api.event
Methods in com.hazebyte.crate.api.event that return Claim Modifier and Type Method Description Claim
ClaimEvent. getClaim()
Claim
ClaimGiveEvent. getClaim()
Constructors in com.hazebyte.crate.api.event with parameters of type Claim Constructor Description ClaimEvent(Claim claim)
ClaimGiveEvent(Claim claim)
-