Class RadarClientStorage

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

public class RadarClientStorage extends RadarStorage implements IClientStorage<RadarStorageData>
A IClientStorage implementation for RadarBlocks

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

    • RadarClientStorage

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