Class MetarClientStorage

All Implemented Interfaces:
IClientStorage<MetarStorageData>, IStorage<MetarStorageData>

public class MetarClientStorage extends MetarStorage implements IClientStorage<MetarStorageData>
A IClientStorage implementation for MetarBlocks

You should not create a MetarClientStorage, instead, use PMWClientStorages.metars()
Since:
0.15.3.3
  • Constructor Details

    • MetarClientStorage

      public MetarClientStorage(net.minecraft.client.multiplayer.ClientLevel clientLevel)
      DO NOT CALL THIS CONSTRUCTOR!!!
      Get a radar storage from PMWClientStorages.metars()
      Parameters:
      clientLevel - The ClientLevel to create this storage for
      Since:
      0.15.3.3
  • Method Details