Interface ChargedProjectiles
Holds all projectiles that have been loaded into a Crossbow.
- See Also:
-
Nested Class Summary
Nested Classes -
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
@Contract(value="_ -> new", pure=true) static ChargedProjectiles chargedProjectiles(List<ItemStack> projectiles) -
chargedProjectiles
-
projectiles
Lists the projectiles that are currently loaded into this component.- Returns:
- the loaded projectiles
-