Finish support for greeting/farewall text on area markers
This commit is contained in:
parent
14f55bd6a8
commit
5e15187e46
17 changed files with 298 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ package org.dynmap.markers;
|
|||
/**
|
||||
* This defines the public interface to an area marker object, for use with the MarkerAPI
|
||||
*/
|
||||
public interface AreaMarker extends MarkerDescription {
|
||||
public interface AreaMarker extends MarkerDescription, EnterExitMarker {
|
||||
/**
|
||||
* Get top Y coordinate
|
||||
* @return coordinate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue