java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<Float>
com.thecoderscorner.menu.domain.state.FloatMenuState
All Implemented Interfaces:
AnyMenuState

public class FloatMenuState extends MenuState<Float>
An implementation of menu state for Strings. This stores the current value in the MenuTree for an item Generally it's best to work with state via MenuItemHelper
  • Constructor Details

    • FloatMenuState

      public FloatMenuState(MenuItem item, boolean changed, boolean active, Float value)