Uses of Interface
org.bukkit.plugin.messaging.PluginMessageRecipient
| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
-
Uses of PluginMessageRecipient in org.bukkit
Subinterfaces of PluginMessageRecipient in org.bukkit Modifier and Type Interface Description interfaceServerRepresents a server implementation.interfaceWorldRepresents a world, which may contain entities, chunks and blocks -
Uses of PluginMessageRecipient in org.bukkit.entity
Subinterfaces of PluginMessageRecipient in org.bukkit.entity Modifier and Type Interface Description interfacePlayerRepresents a player, connected or not