Class FloatMenuState


  • public class FloatMenuState
    extends MenuState<java.lang.Float>
    An implementation of menu state for Strings. This stores the current value in the MenuTree for an item
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatMenuState​(boolean changed, boolean active, java.lang.Float value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloatMenuState

        public FloatMenuState​(boolean changed,
                              boolean active,
                              java.lang.Float value)