Newer
Older
ultramine_bukkit / src / main / java / org / bukkit / entity / ThrownExpBottle.java
@vlad20012 vlad20012 on 24 Feb 2017 134 bytes initial
package org.bukkit.entity;

/**
 * Represents a thrown Experience bottle.
 */
public interface ThrownExpBottle extends Projectile
{

}