2011-05-15 14:06:02 +02:00

13 lines
137 B
Java

/**
*
*/
package org.bukkit.entity;
/**
* Represents a Squid.
*
* @author Cogito
*
*/
public interface Squid extends WaterMob {}