Uses of Class
ml.karmaconfigs.api.bukkit.KarmaPlugin
Packages that use KarmaPlugin
Package
Description
-
Uses of KarmaPlugin in ml.karmaconfigs.api.bukkit.loader
Methods in ml.karmaconfigs.api.bukkit.loader that return KarmaPluginModifier and TypeMethodDescriptionstatic KarmaPluginBukkitBridge.getInstance()Get the loader instanceConstructors in ml.karmaconfigs.api.bukkit.loader with parameters of type KarmaPlugin -
Uses of KarmaPlugin in ml.karmaconfigs.api.bukkit.region
Methods in ml.karmaconfigs.api.bukkit.region with parameters of type KarmaPluginModifier and TypeMethodDescriptionabstract booleanCuboid.exists(KarmaPlugin plugin)Get if the region already existsbooleanRegion.exists(KarmaPlugin owner)Get if the region already existsstatic RegionRegion.fromMemory(KarmaPlugin owner, String token)Load the region from the memory locationabstract voidCuboid.saveToMemory(KarmaPlugin owner)Save the region to memory WARNING: THIS METHOD SHOULD CONTAIN ACuboid.exists(KarmaPlugin)CHECK BEFORE BEING PROCESSED, OTHERWISE EXISTING REGION WILL BE OVERWRITTENvoidRegion.saveToMemory(KarmaPlugin owner)Save the region to memoryConstructors in ml.karmaconfigs.api.bukkit.region with parameters of type KarmaPluginModifierConstructorDescriptionCuboid(KarmaPlugin plugin)Initialize the cuboid regionRegion(KarmaPlugin owner, String n, org.bukkit.Location point1, org.bukkit.Location point2)Initialize the region -
Uses of KarmaPlugin in ml.karmaconfigs.api.bukkit.region.error
Constructors in ml.karmaconfigs.api.bukkit.region.error with parameters of type KarmaPluginModifierConstructorDescriptionRegionNotFound(KarmaPlugin owner, String region, String reason)Region not found error -
Uses of KarmaPlugin in ml.karmaconfigs.api.bukkit.scheduler
Classes in ml.karmaconfigs.api.bukkit.scheduler with type parameters of type KarmaPluginModifier and TypeClassDescriptionclassBukkitAsyncScheduler<T extends KarmaPlugin>Bukkit special asynchronous schedulerclassBukkitSyncScheduler<T extends KarmaPlugin>Bukkit special synchronous scheduler -
Uses of KarmaPlugin in ml.karmaconfigs.api.bukkit.util
Methods in ml.karmaconfigs.api.bukkit.util with parameters of type KarmaPluginModifier and TypeMethodDescriptionstatic ClientClient.instantiate(KarmaPlugin plugin, org.bukkit.entity.Player player)Create a new client instanceConstructors in ml.karmaconfigs.api.bukkit.util with parameters of type KarmaPluginModifierConstructorDescriptionBukkitClient(KarmaPlugin owner, org.bukkit.entity.Player client)Initialize the bukkit client