001    package org.bukkit.event.player;
002    
003    /**
004     * Different types of player animations
005     */
006    public enum PlayerAnimationType {
007        ARM_SWING
008    }