| Package | Description |
|---|---|
| org.cloudburstmc.server.dispenser | |
| org.cloudburstmc.server.entity.impl.projectile | |
| org.cloudburstmc.server.entity.projectile | |
| org.cloudburstmc.server.item.behavior |
| Constructor and Description |
|---|
ProjectileDispenseBehavior(EntityType<? extends Projectile> entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityArrow
author: MagicDroidX
Nukkit Project
|
class |
EntityDragonFireball |
class |
EntityEgg
author: MagicDroidX
Nukkit Project
|
class |
EntityEnderPearl |
class |
EntityEyeOfEnderSignal |
class |
EntityFireball |
class |
EntityFishingHook
Created by PetteriM1
|
class |
EntityLingeringPotion |
class |
EntityLlamaSpit |
class |
EntityShulkerBullet |
class |
EntitySmallFireball |
class |
EntitySnowball
author: MagicDroidX
Nukkit Project
|
class |
EntitySplashPotion |
class |
EntityThrownTrident
Created by PetteriM1
|
class |
EntityWitherSkull |
class |
EntityXpBottle |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Arrow |
interface |
DragonFireball |
interface |
Egg |
interface |
EnderPearl |
interface |
EyeOfEnderSignal |
interface |
Fireball |
interface |
FishingHook |
interface |
LingeringPotion |
interface |
LlamaSpit |
interface |
ShulkerBullet |
interface |
SmallFireball |
interface |
Snowball |
interface |
SplashPotion |
interface |
ThrownTrident |
interface |
WitherSkull |
interface |
XpBottle |
| Modifier and Type | Method and Description |
|---|---|
EntityType<? extends Projectile> |
ItemExpBottle.getProjectileEntityType() |
EntityType<? extends Projectile> |
ItemEnderPearl.getProjectileEntityType() |
EntityType<? extends Projectile> |
ItemPotionLingering.getProjectileEntityType() |
EntityType<? extends Projectile> |
ItemSnowball.getProjectileEntityType() |
abstract EntityType<? extends Projectile> |
ProjectileItem.getProjectileEntityType() |
EntityType<? extends Projectile> |
ItemEgg.getProjectileEntityType() |
EntityType<? extends Projectile> |
ItemPotionSplash.getProjectileEntityType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemPotionLingering.onProjectileCreation(Projectile projectile) |
protected void |
ProjectileItem.onProjectileCreation(Projectile projectile) |
protected void |
ItemPotionSplash.onProjectileCreation(Projectile entity) |
Copyright © 2020. All rights reserved.