Commits

Auxilor authored and md_5 committed 64c36cce230
#568: Added get/set ItemStack methods to trident
No tags

src/main/java/org/bukkit/entity/Trident.java

Modified
1 1 package org.bukkit.entity;
2 2
3 3 /**
4 4 * Represents a thrown trident.
5 5 */
6 -public interface Trident extends AbstractArrow { }
6 +public interface Trident extends AbstractArrow, ThrowableProjectile { }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut