Package-level declarations

Types

Link copied to clipboard
class ClaimBlockBreakListener(zoneType: String, sendMessage: Boolean = true) : ProtectionListener
Link copied to clipboard
Link copied to clipboard
class ClaimBucketListener(zoneType: String, sendMessage: Boolean = true) : ProtectionListener
Link copied to clipboard
class ClaimEndCrystalListener(zoneType: String, sendMessage: Boolean = true) : ProtectionListener
Link copied to clipboard
class ClaimEntityDamagePlayerListener<T : Entity>(name: String, clazz: KClass<T>, zoneType: String) : ProtectionListener
Link copied to clipboard

Optionally stops water and lava only when they flow into a protected claim.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Optionally stops piston movement only when its destination crosses into a protected claim. Piston movement inside a claim is intentionally unaffected.

Link copied to clipboard
class ClaimPlayerDamageEntityListener<T : Entity>(name: String, clazz: KClass<T>, zoneType: String) : ProtectionListener
Link copied to clipboard
Link copied to clipboard
class ClaimProtectionListener(plugin: ImprovedFactionsPlugin, zoneType: String, section: ConfigurationSection)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class ProtectionListener(zoneType: String, sendMessage: Boolean = true) : Listener