geforkt von Mirrors/Paper
Treat ShulkerBullet as Projectile
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
7bf2df9b2d
Commit
3589bbb79e
@ -1,22 +1,6 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
import org.bukkit.projectiles.ProjectileSource;
|
||||
|
||||
public interface ShulkerBullet extends Entity {
|
||||
|
||||
/**
|
||||
* Retrieve the shooter of this bullet.
|
||||
*
|
||||
* @return the {@link ProjectileSource} that shot this bullet
|
||||
*/
|
||||
ProjectileSource getShooter();
|
||||
|
||||
/**
|
||||
* Set the shooter of this bullet.
|
||||
*
|
||||
* @param source the {@link ProjectileSource} that shot this bullet
|
||||
*/
|
||||
void setShooter(ProjectileSource source);
|
||||
public interface ShulkerBullet extends Projectile {
|
||||
|
||||
/**
|
||||
* Retrieve the target of this bullet.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren