Class FirstPersonModifier

All Implemented Interfaces:
IAnimation

public class FirstPersonModifier extends AbstractModifier
The FirstPersonModifier class is responsible for modifying the first-person view configuration in a system. It allows enabling or disabling specific arms and/or items in the first-person view using predefined configurations.

This class extends AbstractModifier and overrides the methods getFirstPersonConfiguration and getFirstPersonMode to return the current configuration and mode defined by the FirstPersonConfigEnum and FirstPersonMode, respectively.

The default configuration is ENABLE_BOTH_ARMS, which enables both arms and items in the first-person view. The default mode is DISABLED.