Class | Description |
---|---|
ChunkProviderServerHook |
This hook is used exclusively for the 'getMobsFor' function, which enables
pre-creature-spawn handling to reduce CPU usage when disabling entity spawns.
|
EntityHook | |
EntityTrackerEntryHook | |
EntityTrackerHook |
This hook is used to spawn entities without creating an entity tracker entry.
|
IInventoryProxyHook |
Redirects all IInventory function calls to the appropriate method in a
org.bukkit.inventory.Inventory object.
|
LookupEntityClassMap<K,V> |
Map proxy for a mapping from Entity Class to entity name.
|
PlayerFileDataHook | |
WorldListenerHook |
Handles all the method calls coming from a WorldListener instance that is hooked.
|
Enum | Description |
---|---|
PlayerFileDataHook.HookAction |