Package net.nullved.pmweatherapi.data
Class PMWStorages
java.lang.Object
net.nullved.pmweatherapi.data.PMWStorages
A class holding maps of dimensions to different storages
- Since:
- 0.14.15.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>, RadarServerStorage> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RadarServerStoragegetRadar(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dim) Gets aRadarServerStoragefor the given dimensionstatic RadarServerStoragegetRadar(net.minecraft.world.level.Level dim) Gets aRadarServerStoragefor the given dimension
-
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 aRadarServerStoragefor 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
Gets aRadarServerStoragefor the given dimension- Parameters:
dim- The dimension to get the radar storage for- Returns:
- The associated dimension's
RadarServerStorage - Since:
- 0.14.15.3
-