Class WSRClientStorage
java.lang.Object
net.nullved.pmweatherapi.storage.PMWStorage<WSRStorageData>
net.nullved.pmweatherapi.radar.storage.WSRStorage
net.nullved.pmweatherapi.client.radar.WSRClientStorage
- All Implemented Interfaces:
IClientStorage<WSRStorageData>,IStorage<WSRStorageData>
A
You should not create a
IClientStorage implementation for WSR88DCores
You should not create a
WSRClientStorage, instead, use PMWClientStorages.wsrs()- Since:
- 0.15.3.3
-
Field Summary
Fields inherited from class net.nullved.pmweatherapi.radar.storage.WSRStorage
ID, VERSION -
Constructor Summary
ConstructorsConstructorDescriptionWSRClientStorage(net.minecraft.client.multiplayer.ClientLevel clientLevel) DO NOT CALL THIS CONSTRUCTOR!!!
Get a radar storage fromPMWClientStorages.wsrs() -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.multiplayer.ClientLevelgetLevel()Gets the level associated with thisWSRClientStorageMethods inherited from class net.nullved.pmweatherapi.radar.storage.WSRStorage
getExpectedDataType, getId, versionMethods inherited from class net.nullved.pmweatherapi.storage.PMWStorage
add, add, clean, getAll, getAllWithinRange, getInAdjacentChunks, getInChunk, read, remove, remove, removeByData, removeByPos, save, shouldRecalculateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.nullved.pmweatherapi.client.data.IClientStorage
syncAdd, syncAll, syncRemoveMethods inherited from interface net.nullved.pmweatherapi.storage.IStorage
add, add, clean, getAll, getAllWithinRange, getId, getInAdjacentChunks, getInChunk, read, remove, remove, removeByData, removeByPos, save, shouldRecalculate, version
-
Constructor Details
-
WSRClientStorage
public WSRClientStorage(net.minecraft.client.multiplayer.ClientLevel clientLevel) DO NOT CALL THIS CONSTRUCTOR!!!
Get a radar storage fromPMWClientStorages.wsrs()- Parameters:
clientLevel- TheClientLevelto create this storage for- Since:
- 0.15.3.3
-
-
Method Details
-
getLevel
public net.minecraft.client.multiplayer.ClientLevel getLevel()Gets the level associated with thisWSRClientStorage- Specified by:
getLevelin interfaceIClientStorage<WSRStorageData>- Specified by:
getLevelin interfaceIStorage<WSRStorageData>- Specified by:
getLevelin classPMWStorage<WSRStorageData>- Returns:
- The
MinecraftClientLevel - Since:
- 0.15.3.3
-