mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -261,7 +261,7 @@ public enum EntityType {
|
|||||||
* Like {@link #ARROW} but tipped with a specific potion which is applied on
|
* Like {@link #ARROW} but tipped with a specific potion which is applied on
|
||||||
* contact.
|
* contact.
|
||||||
*/
|
*/
|
||||||
TIPPED_ARROW("TippedArrow", TippedArrow.class, -1),
|
TIPPED_ARROW(null, TippedArrow.class, -1),
|
||||||
/**
|
/**
|
||||||
* An unknown entity without an Entity Class
|
* An unknown entity without an Entity Class
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user