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