Class PMWClientStorages

java.lang.Object
net.nullved.pmweatherapi.client.data.PMWClientStorages

public class PMWClientStorages extends Object
A class holding the specific storage instances for the client
Since:
0.14.15.3
  • Field Details

  • 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

      public static RadarClientStorage 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 - The Level to initialize storages for
      Since:
      0.14.15.3