Now using the correct naming...

This commit is contained in:
LCastr0 2017-01-14 23:09:46 -02:00
parent e03b59bb7c
commit 28442abbbd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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[]
{ {