summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Flying.java
blob: 580ce18bf43c8be34c8fc726d0ee79e85361b516 (plain)
1
2
3
4
5
6
package org.bukkit.entity;

/**
 * Represents a Flying Entity.
 */
public interface Flying extends Mob {}