Package | Description |
---|---|
net.risingworld.api | |
net.risingworld.api.events.player |
Modifier and Type | Method and Description |
---|---|
CustomImage |
Server.getCustomImage(int id)
Gets a custom image.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CustomImage> |
Server.getAllCustomImages()
Gets a list containing all custom images (creates a new list).
|
java.util.Collection<CustomImage> |
Server.getAllCustomImages(long playerUID)
Gets a list containing all custom images which were uploaded by a particular player.
|
Modifier and Type | Method and Description |
---|---|
CustomImage |
PlayerCustomImageDeleteEvent.getImage()
Gets the custom image the player wants to delete.
|
CustomImage |
PlayerCustomImageUploadEvent.getImage()
Gets the custom image that was just uploaded by the player.
|
Constructor and Description |
---|
PlayerCustomImageDeleteEvent(Player player,
CustomImage image) |
PlayerCustomImageUploadEvent(Player player,
CustomImage image,
int totalbytes) |