public interface RadioIcon
RadioCanvas to display images| Modifier and Type | Method and Description |
|---|---|
int[] |
getDisplay()
Get the main representation of this icon
|
int |
getHeight()
Get the overall height of this icon
|
int |
getWidth()
Get the overall width of this icon
|
void |
init(RadioCanvas provider)
Called when a RadioCanvas is ready to receive input from this icon
|
void |
onClick(org.bukkit.entity.Entity entity,
DisplayInteract action,
int x,
int y)
Called interaction from either a player or a projectile
|
void |
terminate()
Called when the RadioCanvas is disabling itself; Most likely end of use
|
int[] getDisplay()
int getWidth()
int getHeight()
void init(RadioCanvas provider)
provider - A RadioCanvasvoid onClick(org.bukkit.entity.Entity entity,
DisplayInteract action,
int x,
int y)
entity - The entity, either a player or a projectileaction - Will always be a player unless action is DisplayInteract.PROJECTILEx - The X coordinate of the click relative to the top left of this icony - The Y coordinate of the click relative to the top left of this iconvoid terminate()