Uses of Enum Class
net.mathias2246.buildmc.api.claims.ClaimType
Packages that use ClaimType
-
Uses of ClaimType in net.mathias2246.buildmc.api.claims
Subclasses with type arguments of type ClaimType in net.mathias2246.buildmc.api.claimsMethods in net.mathias2246.buildmc.api.claims that return ClaimTypeModifier and TypeMethodDescriptionClaim.getType()Gets the type of this claim.static ClaimTypeReturns the enum constant of this class with the specified name.static ClaimType[]ClaimType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.mathias2246.buildmc.api.claims with parameters of type ClaimTypeModifier and TypeMethodDescription@Nullable LongClaimManager.tryClaimArea(@NotNull ClaimType type, @MatchesRegex("^(?:server|[A-Za-z0-9_.:-]+)$") @NotNull String claimOwner, @MatchesRegex("^[A-Za-z0-9_.-]+$") @NotNull String claimName, org.bukkit.Location pos1, org.bukkit.Location pos2) Attempts to create a claim of someClaimTypebetween two positions.Constructors in net.mathias2246.buildmc.api.claims with parameters of type ClaimTypeModifierConstructorDescriptionClaim(@Nullable Long id, @NotNull ClaimType type, @MatchesRegex("^(?:server|[A-Za-z0-9_.:-]+)$") @NotNull String ownerId, @NotNull UUID worldId, int chunkX1, int chunkZ1, int chunkX2, int chunkZ2, @MatchesRegex("^[A-Za-z0-9_.-]+$") @NotNull String name, @NotNull List<UUID> whitelistedPlayers, @NotNull List<String> protections) Constructs a new claim.