public interface BlockProjectileSource extends ProjectileSource
ProjectileSource
that is a block. Examples are
Dispensers.UNKNOWN
Modifier and Type | Method and Description |
---|---|
BlockState |
getBlock()
Gets the
BlockState of the projectile source. |
Location<World> |
getLocation()
Gets the
Location where the projectile source is at. |
launchProjectile, launchProjectile
Location<World> getLocation()
Location
where the projectile source is at.BlockState getBlock()
BlockState
of the projectile source.