This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.reflect.*; | |
import java.util.*; | |
import org.bukkit.*; | |
import org.bukkit.entity.*; | |
/** | |
* | |
* Assorted methods for manipulating packets to spawn fake Ender Dragons and show players a | |
* status bar at the top of the screen using their health bar. This class uses reflection, so |