Class ChunkHelper
java.lang.Object
com.mrbysco.spoiled.util.ChunkHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<net.minecraft.core.BlockPos> getBlockEntityPositions(net.minecraft.world.level.Level level) Get a list of BlockEntity positions in the world
-
Constructor Details
-
ChunkHelper
public ChunkHelper()
-
-
Method Details
-
getBlockEntityPositions
public static List<net.minecraft.core.BlockPos> getBlockEntityPositions(net.minecraft.world.level.Level level) Get a list of BlockEntity positions in the world- Parameters:
level- The world to get the positions from- Returns:
- A list of positions
-