mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
Added EnderCrystal entity
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
2e69050e17
commit
5e8490ab32
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
package org.bukkit.entity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A crystal that heals nearby EnderDragons
|
||||||
|
*/
|
||||||
|
public interface EnderCrystal extends Entity {
|
||||||
|
}
|
Loading…
Reference in a new issue