Class BlockPlacement

java.lang.Object
net.thomilist.dimensionalinventories.gametest.util.BlockPlacement

public final class BlockPlacement extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    static void
    PlaceFloor(net.minecraft.gametest.framework.GameTestHelper context)
     
    static void
    PlaceFloor(net.minecraft.gametest.framework.GameTestHelper context, int y, net.minecraft.world.level.block.Block block)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)