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