server
Interfaces, Classes, Traits and Enums
- CommandEvent
- Called when any CommandSender runs a command, early in the process
- DataPacketReceiveEvent
- DataPacketSendEvent
- Called when packets are sent to network sessions.
- LowMemoryEvent
- Called when the server is in a low-memory state as defined by the properties Plugins should free caches or other non-essential data.
- NetworkInterfaceEvent
- NetworkInterfaceRegisterEvent
- Called when a network interface is registered into the network, for example the RakLib interface.
- NetworkInterfaceUnregisterEvent
- Called when a network interface is unregistered
- QueryRegenerateEvent
- ServerEvent
- UpdateNotifyEvent
- Called when the AutoUpdater receives notification of an available PocketMine-MP update.