Package net.nullved.pmweatherapi.radar
Class Radars
java.lang.Object
net.nullved.pmweatherapi.radar.Radars
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static Radarsget(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> level) static Radarsget(net.minecraft.world.level.Level level) Set<net.minecraft.world.level.ChunkPos> Set<net.minecraft.core.BlockPos> static voidvoidregisterRadar(net.minecraft.core.BlockPos pos) voidregisterRadars(List<net.minecraft.core.BlockPos> radars) booleanshouldRecalculate(net.minecraft.world.level.chunk.LevelChunk chunk) voidunregisterRadar(net.minecraft.core.BlockPos pos) voidunregisterRadars(List<net.minecraft.core.BlockPos> radars)
-
Method Details
-
readFromStorage
public static void readFromStorage() -
clear
public static void clear() -
get
public static Radars get(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> level) -
get
-
getAllDimensions
-
getRadarMap
-
getChunksWithRadars
-
getRadars
-
registerRadar
public void registerRadar(net.minecraft.core.BlockPos pos) -
registerRadars
-
unregisterRadar
public void unregisterRadar(net.minecraft.core.BlockPos pos) -
unregisterRadars
-
shouldRecalculate
public boolean shouldRecalculate(net.minecraft.world.level.chunk.LevelChunk chunk)
-