public class InfoSlotDisplayEvent extends ClientEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
InfoSlotDisplayEvent.Position |
dimensiontimestamp| Constructor and Description |
|---|
InfoSlotDisplayEvent(java.util.LinkedHashMap<java.lang.String,InfoSlotDisplayEvent.Position> infoSlotMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBefore(java.lang.String key,
InfoSlotDisplayEvent.Position position)
This will put it at the top, of either the top of minimap slots or bottoms of minimap slots.
|
void |
addLast(java.lang.String key,
InfoSlotDisplayEvent.Position position)
This will add a slot to the bottom, of either the bottom of minimap slots or bottom of minimap slots.
|
java.util.LinkedHashMap<java.lang.String,InfoSlotDisplayEvent.Position> |
getInfoSlotMap()
Gets the map, remove, add, replace.
|
cancel, isCancellable, isCancelledpublic InfoSlotDisplayEvent(java.util.LinkedHashMap<java.lang.String,InfoSlotDisplayEvent.Position> infoSlotMap)
public void addBefore(java.lang.String key,
InfoSlotDisplayEvent.Position position)
key - - the key of the registered info slot.position - - Position (top or bottom of minimap)public void addLast(java.lang.String key,
InfoSlotDisplayEvent.Position position)
key - - the key of the registered info slot.position - - Position (top or bottom of minimap)public java.util.LinkedHashMap<java.lang.String,InfoSlotDisplayEvent.Position> getInfoSlotMap()