diff --git a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ICosmeticShape.java b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/CosmeticShape.java similarity index 90% rename from Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ICosmeticShape.java rename to Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/CosmeticShape.java index 29b2ca6ec..37a02078e 100644 --- a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ICosmeticShape.java +++ b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/CosmeticShape.java @@ -5,7 +5,7 @@ import org.bukkit.Location; /** * Interface used by classes which can display visuals at provided locations. */ -public interface ICosmeticShape +public interface CosmeticShape { /** * Display a visual at the given location diff --git a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ShapeWings.java b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ShapeWings.java index 206516e87..09612eff9 100644 --- a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ShapeWings.java +++ b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/shape/ShapeWings.java @@ -12,10 +12,10 @@ import mineplex.core.common.util.particles.ColoredParticle; 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[] {