Class PMWClientStorages
java.lang.Object
net.nullved.pmweatherapi.client.data.PMWClientStorages
A class holding the specific storage instances for the client
- Since:
- 0.14.15.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RadarClientStorageGets the radar storage for the dimension this client is currently instatic voidinit(net.minecraft.world.level.Level level) Initializes this client's storages to be the storages for the given levelstatic voidResets this client's internal radar storage
-
Constructor Details
-
PMWClientStorages
public PMWClientStorages()
-
-
Method Details
-
resetRadars
public static void resetRadars()Resets this client's internal radar storage- Since:
- 0.14.15.3
-
getRadars
Gets the radar storage for the dimension this client is currently in- Returns:
- A
RadarClientStorage - Since:
- 0.14.15.3
-
init
public static void init(net.minecraft.world.level.Level level) Initializes this client's storages to be the storages for the given level- Parameters:
level- TheLevelto initialize storages for- Since:
- 0.14.15.3
-