NoCheatPlus/NCPCompatBukkit/src/main/java/fr/neatmonster/nocheatplus/compat/bukkit/model/BukkitShapeModel.java

11 lines
310 B
Java

package fr.neatmonster.nocheatplus.compat.bukkit.model;
import org.bukkit.World;
public interface BukkitShapeModel extends ShapeModel<World> {
/*
* TODO: Subject to removal/change (there might be abstract classes for some
* shapes later on, and then this'll be redundant interfaces).
*/
}