#1055: Expand riptiding API

By: ShreyasAyyengar <shreyas.ayyengar@gmail.com>
This commit is contained in:
Bukkit/Spigot
2024-09-07 18:06:52 +10:00
parent cc919bf976
commit aae72268cb
2 changed files with 20 additions and 1 deletions

View File

@@ -286,6 +286,15 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
*/
public void wakeup(boolean setSpawnLocation);
/**
* Make the player start a riptide spin attack.
*
* @param duration spin attack duration in ticks.
* @param attackStrength damage value inflicted upon entities hit by spin attack.
* @param attackItem item used to attack.
*/
public void startRiptideAttack(int duration, float attackStrength, @Nullable ItemStack attackItem);
/**
* Gets the location of the bed the player is currently sleeping in
*