Class ClientSettings
- java.lang.Object
-
- net.eternalclient.api.wrappers.settings.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.
-
-
-
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.
-
-