Class BlockPlacement
java.lang.Object
net.thomilist.dimensionalinventories.gametest.util.BlockPlacement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidFill(net.minecraft.gametest.framework.GameTestHelper context, int xa, int ya, int za, int xb, int yb, int zb, net.minecraft.world.level.block.Block block) static voidPlaceFloor(net.minecraft.gametest.framework.GameTestHelper context) static voidPlaceFloor(net.minecraft.gametest.framework.GameTestHelper context, int y, net.minecraft.world.level.block.Block block)
-
Constructor Details
-
BlockPlacement
public BlockPlacement()
-
-
Method Details
-
PlaceFloor
public static void PlaceFloor(net.minecraft.gametest.framework.GameTestHelper context) -
PlaceFloor
public static void PlaceFloor(net.minecraft.gametest.framework.GameTestHelper context, int y, net.minecraft.world.level.block.Block block) -
Fill
public static void Fill(net.minecraft.gametest.framework.GameTestHelper context, int xa, int ya, int za, int xb, int yb, int zb, net.minecraft.world.level.block.Block block)
-