Interface ChargedProjectiles
Holds all projectiles that have been loaded into a Crossbow.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChargedProjectiles.Builder
static ChargedProjectiles
chargedProjectiles
(List<ItemStack> projectiles) Lists the projectiles that are currently loaded into this component.
-
Method Details
-
chargedProjectiles
-
chargedProjectiles
-
projectiles
Lists the projectiles that are currently loaded into this component.- Returns:
- the loaded projectiles
-