Fix upstream javadocs
This commit is contained in:
@@ -12,6 +12,10 @@ public interface ProjectileSource {
|
||||
|
||||
/**
|
||||
* Launches a {@link Projectile} from the ProjectileSource.
|
||||
* <p>
|
||||
* The family of launchProjectile methods only promise the ability to launch projectile types
|
||||
* that the {@link ProjectileSource} is capable of firing in vanilla.
|
||||
* Any other types of projectiles *may* be implemented but are not part of the method contract.
|
||||
*
|
||||
* @param <T> a projectile subclass
|
||||
* @param projectile class of the projectile to launch
|
||||
@@ -23,6 +27,10 @@ public interface ProjectileSource {
|
||||
/**
|
||||
* Launches a {@link Projectile} from the ProjectileSource with an
|
||||
* initial velocity.
|
||||
* <p>
|
||||
* The family of launchProjectile methods only promise the ability to launch projectile types
|
||||
* that the {@link ProjectileSource} is capable of firing in vanilla.
|
||||
* Any other types of projectiles *may* be implemented but are not part of the method contract.
|
||||
*
|
||||
* @param <T> a projectile subclass
|
||||
* @param projectile class of the projectile to launch
|
||||
|
||||
Reference in New Issue
Block a user