Moved JavaDocs from ICosmeticShape (now removed) to CosmeticShape
This commit is contained in:
parent
97f82e422d
commit
a8db293bcf
@ -2,9 +2,15 @@ package mineplex.core.common.shape;
|
||||
|
||||
import org.bukkit.Location;
|
||||
|
||||
/**
|
||||
* Interface used by classes which can display visuals at provided locations.
|
||||
*/
|
||||
public interface CosmeticShape
|
||||
{
|
||||
|
||||
/**
|
||||
* Display a visual at the given location
|
||||
* @param loc The location to display the visual at
|
||||
*/
|
||||
void display(Location loc);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user