Class net.minecraft.test.StructureTestUtil

This description should be content pulled from the first comments of a lua file.

Static Fields

string StructureTestUtil.TEST_STRUCTURES_DIRECTORY_NAME This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string StructureTestUtil.testStructuresDirectoryName This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

StructureTestUtil.clearArea(area, altitude, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.createStructure(structureName, pos, rotation, i, world, bl) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.createTestArea(structure, pos, relativePos, rotation, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.findContainingStructureBlock(pos, radius, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.findNearestStructureBlock(pos, radius, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.findStructureBlocks(pos, radius, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.getRotation(steps) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.getRotationSteps(rotation) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.getStructureBlockBox(structureBlockEntity) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.getStructureBlockBox(pos, relativePos, rotation) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.getStructureBoundingBox(structureBlockEntity) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.main(args) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
StructureTestUtil.placeStartButton(pos, relativePos, rotation, world) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

StructureTestUtil() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

StructureTestUtil.clearArea(area, altitude, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • area userdata, BlockBox This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • altitude int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
StructureTestUtil.createStructure(structureName, pos, rotation, i, world, bl)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureName string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • i int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • bl boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, StructureBlockBlockEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.createTestArea(structure, pos, relativePos, rotation, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structure string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • relativePos userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
StructureTestUtil.findContainingStructureBlock(pos, radius, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • radius int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.findNearestStructureBlock(pos, radius, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • radius int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.findStructureBlocks(pos, radius, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • radius int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Collection This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.getRotation(steps)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • steps int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.getRotationSteps(rotation)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.getStructureBlockBox(structureBlockEntity)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureBlockEntity userdata, StructureBlockBlockEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockBox This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.getStructureBlockBox(pos, relativePos, rotation)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • relativePos userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockBox This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.getStructureBoundingBox(structureBlockEntity)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureBlockEntity userdata, StructureBlockBlockEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Box This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
StructureTestUtil.main(args)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • args userdata, String[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
StructureTestUtil.placeStartButton(pos, relativePos, rotation, world)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • relativePos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rotation userdata, BlockRotation This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, ServerWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Constructors

StructureTestUtil()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"