2012-10-27 22:15:59 -04:00

7 lines
96 B
Java

package org.bukkit.entity;
/**
* Represents a Bat
*/
public interface Bat extends Ambient {}