public class CustomIcons extends Object
| Constructor and Description |
|---|
CustomIcons(CustomIconsContract customIconsContract) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomIcon |
getIconByUuid(UUID uuid)
Retrieves a custom icon based on its uuid.
|
List<CustomIcon> |
getIcons()
Returns all custom icons found inside the database.
|
int |
hashCode() |
public CustomIcons(CustomIconsContract customIconsContract)
public List<CustomIcon> getIcons()
public CustomIcon getIconByUuid(UUID uuid)
uuid - the uuid which should be searchedCopyright © 2018. All rights reserved.