Now using the correct naming...
This commit is contained in:
parent
e03b59bb7c
commit
28442abbbd
@ -5,7 +5,7 @@ import org.bukkit.Location;
|
|||||||
/**
|
/**
|
||||||
* Interface used by classes which can display visuals at provided locations.
|
* Interface used by classes which can display visuals at provided locations.
|
||||||
*/
|
*/
|
||||||
public interface ICosmeticShape
|
public interface CosmeticShape
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Display a visual at the given location
|
* Display a visual at the given location
|
@ -12,10 +12,10 @@ import mineplex.core.common.util.particles.ColoredParticle;
|
|||||||
import mineplex.core.common.util.particles.DustSpellColor;
|
import mineplex.core.common.util.particles.DustSpellColor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Some simple wing shapes implementing {@link ICosmeticShape} storing additional particle information
|
* Some simple wing shapes implementing {@link CosmeticShape} storing additional particle information
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ShapeWings extends ShapeGrid implements ICosmeticShape
|
public class ShapeWings extends ShapeGrid implements CosmeticShape
|
||||||
{
|
{
|
||||||
public static final String[] ANGEL_WING_PATTERN = new String[]
|
public static final String[] ANGEL_WING_PATTERN = new String[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user