Class PMWStorages

java.lang.Object
net.nullved.pmweatherapi.data.PMWStorages

public class PMWStorages extends Object
A class holding maps of dimensions to different storages
Since:
0.14.15.3
  • Field Details

    • RADARS

      public static final Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>,RadarServerStorage> RADARS
  • Constructor Details

    • PMWStorages

      public PMWStorages()
  • Method Details

    • getRadar

      public static RadarServerStorage getRadar(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dim)
      Gets a RadarServerStorage for the given dimension
      Parameters:
      dim - The dimension to get the radar storage for
      Returns:
      The associated dimension's RadarServerStorage
      Since:
      0.14.15.3
    • getRadar

      public static RadarServerStorage getRadar(net.minecraft.world.level.Level dim)
      Gets a RadarServerStorage for the given dimension
      Parameters:
      dim - The dimension to get the radar storage for
      Returns:
      The associated dimension's RadarServerStorage
      Since:
      0.14.15.3