Package org.bukkit.plugin
Interface PluginAwareness
-
- All Known Implementing Classes:
PluginAwareness.Flags
public interface PluginAwareness
Represents a concept that a plugin is aware of.The internal representation may be singleton, or be a parameterized instance, but must be immutable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PluginAwareness.Flags
Each entry here represents a particular plugin's awareness.
-