public class BukkitWorldGuardPlatform
extends java.lang.Object
implements com.sk89q.worldguard.internal.platform.WorldGuardPlatform
| Constructor and Description |
|---|
BukkitWorldGuardPlatform() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlatformReports(com.sk89q.worldedit.util.report.ReportList report) |
void |
broadcastNotification(java.lang.String message) |
void |
broadcastNotification(com.sk89q.worldedit.util.formatting.text.TextComponent component) |
com.sk89q.worldguard.util.profile.resolver.ProfileService |
createProfileService(com.sk89q.worldguard.util.profile.cache.ProfileCache profileCache) |
java.nio.file.Path |
getConfigDir() |
com.sk89q.worldguard.internal.platform.DebugHandler |
getDebugHandler() |
com.sk89q.worldedit.world.gamemode.GameMode |
getDefaultGameMode() |
BukkitConfigurationManager |
getGlobalStateManager() |
com.sk89q.worldguard.internal.platform.StringMatcher |
getMatcher() |
java.lang.String |
getPlatformName() |
java.lang.String |
getPlatformVersion() |
com.sk89q.worldguard.protection.regions.RegionContainer |
getRegionContainer() |
com.sk89q.worldguard.session.SessionManager |
getSessionManager() |
com.sk89q.worldguard.protection.regions.ProtectedRegion |
getSpawnProtection(com.sk89q.worldedit.world.World world) |
void |
load() |
void |
notifyFlagContextCreate(com.sk89q.worldguard.protection.flags.FlagContext.FlagContextBuilder flagContextBuilder) |
void |
stackPlayerInventory(com.sk89q.worldguard.LocalPlayer localPlayer) |
void |
unload() |
public java.lang.String getPlatformName()
getPlatformName in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic java.lang.String getPlatformVersion()
getPlatformVersion in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void notifyFlagContextCreate(com.sk89q.worldguard.protection.flags.FlagContext.FlagContextBuilder flagContextBuilder)
notifyFlagContextCreate in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic BukkitConfigurationManager getGlobalStateManager()
getGlobalStateManager in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldguard.internal.platform.StringMatcher getMatcher()
getMatcher in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldguard.session.SessionManager getSessionManager()
getSessionManager in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void broadcastNotification(java.lang.String message)
broadcastNotification in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void broadcastNotification(com.sk89q.worldedit.util.formatting.text.TextComponent component)
broadcastNotification in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void load()
load in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void unload()
unload in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldguard.protection.regions.RegionContainer getRegionContainer()
getRegionContainer in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldguard.internal.platform.DebugHandler getDebugHandler()
getDebugHandler in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldedit.world.gamemode.GameMode getDefaultGameMode()
getDefaultGameMode in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic java.nio.file.Path getConfigDir()
getConfigDir in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void stackPlayerInventory(com.sk89q.worldguard.LocalPlayer localPlayer)
stackPlayerInventory in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic void addPlatformReports(com.sk89q.worldedit.util.report.ReportList report)
addPlatformReports in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatformpublic com.sk89q.worldguard.util.profile.resolver.ProfileService createProfileService(com.sk89q.worldguard.util.profile.cache.ProfileCache profileCache)
createProfileService in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform@Nullable public com.sk89q.worldguard.protection.regions.ProtectedRegion getSpawnProtection(com.sk89q.worldedit.world.World world)
getSpawnProtection in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform