Class ClientSettings


  • public class ClientSettings
    extends java.lang.Object
    A class that provides access to various client settings.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientSettings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isRoofHidden()
      Returns a boolean value indicating whether the roof is currently hidden.
      static boolean isSoundDisabled()
      Checks if all sound settings are disabled.
      • Methods inherited from class java.lang.Object

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

      • ClientSettings

        public ClientSettings()
    • Method Detail

      • isRoofHidden

        public static boolean isRoofHidden()
        Returns a boolean value indicating whether the roof is currently hidden.
        Returns:
        true if the roof is hidden, false otherwise
      • isSoundDisabled

        public static boolean isSoundDisabled()
        Checks if all sound settings are disabled.
        Returns:
        true if all sound settings are disabled, false otherwise.