Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
CannonRTP
/
com.magmaguy.cannonrtp.protection
/
ProtectionAdapter
Protection
Adapter
public
interface
ProtectionAdapter
Inheritors
GriefPreventionProtectionAdapter
HuskClaimsProtectionAdapter
HuskTownsProtectionAdapter
LandsProtectionAdapter
TownyProtectionAdapter
WorldGuardProtectionAdapter
Members
Functions
blocked
Link copied to clipboard
public
ProtectionQueryResult
blocked
(
String
reason
)
get
Plugin
Name
Link copied to clipboard
public
abstract
String
getPluginName
(
)
query
Link copied to clipboard
public
abstract
ProtectionQueryResult
query
(
Location
location
)
require
Provider
Link copied to clipboard
public
static
T
requireProvider
<
T
>
(
T
provider
,
String
providerDescription
)