mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
7c4860c3b5
By: sk89q <the.sk89q@gmail.com>
9 lines
121 B
Java
9 lines
121 B
Java
package org.bukkit;
|
|
|
|
/**
|
|
* Represents an egg.
|
|
*
|
|
* @author sk89q
|
|
*/
|
|
public interface Egg extends Entity {
|
|
}
|