mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 07:34:48 +01:00
Fixed formatting and removed tabs.
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
parent
de05942efa
commit
7d382b5ee6
1 changed files with 9 additions and 10 deletions
|
@ -7,15 +7,15 @@ import org.bukkit.entity.Player;
|
|||
*/
|
||||
public class PlayerAnimationEvent extends PlayerEvent {
|
||||
|
||||
private PlayerAnimationType animationType;
|
||||
private PlayerAnimationType animationType;
|
||||
|
||||
/*
|
||||
* Construct a new event
|
||||
*
|
||||
* @param type The event type
|
||||
* @param player The player instance
|
||||
*/
|
||||
public PlayerAnimationEvent(final Player player) {
|
||||
/*
|
||||
* Construct a new event
|
||||
*
|
||||
* @param type The event type
|
||||
* @param player The player instance
|
||||
*/
|
||||
public PlayerAnimationEvent(final Player player) {
|
||||
super(Type.PLAYER_ANIMATION, player);
|
||||
|
||||
// Only supported animation type for now:
|
||||
|
@ -30,5 +30,4 @@ public class PlayerAnimationEvent extends PlayerEvent {
|
|||
public PlayerAnimationType getAnimationType() {
|
||||
return animationType;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue