Interface ModAnimationBundler
public interface ModAnimationBundler
A bundler that sends animation data to a player.
- Since:
- 2.2.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend(@NotNull PlatformPlayer player) Sends the bundled animation data to the specified player.
-
Method Details
-
send
Sends the bundled animation data to the specified player.- Parameters:
player- the player to receive the animation- Since:
- 2.2.1
-