Class ComplexhexConfig
java.lang.Object
dev.kineticcat.hexportation.fabric.api.config.ComplexhexConfig
Platform-agnostic class for statically accessing current config values.
If any of the config types (common, client, server) are not needed in your mod,
feel free to remove anything related to them in this class and platform-specific config implementations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComplexhexConfig
public ComplexhexConfig()
-
-
Method Details
-
getCommon
-
setCommon
-
getClient
-
setClient
-
getServer
-
setServer
-
bound
public static int bound(int toBind, int lower, int upper) -
bound
public static double bound(double toBind, double lower, double upper)
-