Uses of Interface
org.bukkit.plugin.PluginAwareness
Package
Description
Classes specifically relating to loading software modules at runtime.
-
Uses of PluginAwareness in org.bukkit.plugin
Modifier and TypeClassDescriptionstatic enum
Each entry here represents a particular plugin's awareness.Modifier and TypeMethodDescriptionPluginDescriptionFile.getAwareness()
Gives a set of everyPluginAwareness
for a plugin.ModifierConstructorDescriptionPluginDescriptionFile
(String rawName, String name, List<String> provides, String main, String classLoaderOf, List<String> depend, List<String> softDepend, List<String> loadBefore, String version, Map<String, Map<String, Object>> commands, String description, List<String> authors, List<String> contributors, String website, String prefix, PluginLoadOrder order, List<Permission> permissions, PermissionDefault defaultPerm, Set<PluginAwareness> awareness, String apiVersion, List<String> libraries) Don't use this.