Class CauldronWaterTranslucencyHandler
- java.lang.Object
-
- com.therandomlabs.randompatches.client.CauldronWaterTranslucencyHandler
-
@Environment(CLIENT) public final class CauldronWaterTranslucencyHandler extends Object
Handles the fix for water in cauldrons rendering as opaque.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenable()Enables this class's functionality if it has not already been enabled.static voidonConfigReload()Called byRPConfig.ClientBugFixeswhen the RandomPatches configuration is reloaded.
-
-
-
Method Detail
-
enable
public static void enable()
Enables this class's functionality if it has not already been enabled.
-
onConfigReload
public static void onConfigReload()
Called byRPConfig.ClientBugFixeswhen the RandomPatches configuration is reloaded.
-
-