Interface ModAnimationBundler


public interface ModAnimationBundler
A bundler that sends animation data to a player.
Since:
2.2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(@NotNull PlatformPlayer player)
    Sends the bundled animation data to the specified player.
  • Method Details

    • send

      void send(@NotNull @NotNull PlatformPlayer player)
      Sends the bundled animation data to the specified player.
      Parameters:
      player - the player to receive the animation
      Since:
      2.2.1