History - net.minecraft.gametest.framework.GameTestHelper
1.21.7
Names
Fields
GameTestInfo: a, testInfo, field_20558, test, f_127595_
GameTestInfo: a, testInfo, field_20558, test
boolean: b, finalCheckAdded, field_33146, hasFinalClause, f_177099_
boolean: b, finalCheckAdded, field_33146, hasFinalClause
Constructors
Methods
ServerLevel (): a, getLevel, method_35943, getWorld, m_177100_
ServerLevel (): a, getLevel, method_35943, getWorld
BlockState (BlockPos): a, getBlockState, method_35980, getBlockState, m_177232_
BlockState (BlockPos): a, getBlockState, method_35980, getBlockState
void (): b, killAllEntities, method_36001, killAllEntities, m_177301_
void (): b, killAllEntities, method_36001, killAllEntities
ItemEntity (Item, float, float, float): a, spawnItem, method_35968, spawnItem, m_177189_
ItemEntity (Item, float, float, float): a, spawnItem, method_35968, spawnItem
<E extends Entity> E (EntityType<E>, BlockPos): a, spawn, method_35964, spawnEntity, m_177176_
<E extends Entity> E (EntityType<E>, BlockPos): a, spawn, method_35964, spawnEntity
<E extends Entity> E (EntityType<E>, Vec3): a, spawn, method_35963, spawnEntity, m_177173_
<E extends Entity> E (EntityType<E>, Vec3): a, spawn, method_35963, spawnEntity
<E extends Entity> E (EntityType<E>, int, int, int): a, spawn, method_35962, spawnEntity, m_177168_
<E extends Entity> E (EntityType<E>, int, int, int): a, spawn, method_35962, spawnEntity
<E extends Entity> E (EntityType<E>, float, float, float): a, spawn, method_35961, spawnEntity, m_177163_
<E extends Entity> E (EntityType<E>, float, float, float): a, spawn, method_35961, spawnEntity
<E extends Mob> E (EntityType<E>, BlockPos): b, spawnWithNoFreeWill, method_36009, spawnMob, m_177329_
<E extends Mob> E (EntityType<E>, BlockPos): b, spawnWithNoFreeWill, method_36009, spawnMob
<E extends Mob> E (EntityType<E>, int, int, int): b, spawnWithNoFreeWill, method_36007, spawnMob, m_177321_
<E extends Mob> E (EntityType<E>, int, int, int): b, spawnWithNoFreeWill, method_36007, spawnMob
<E extends Mob> E (EntityType<E>, Vec3): b, spawnWithNoFreeWill, method_36008, spawnMob, m_177326_
<E extends Mob> E (EntityType<E>, Vec3): b, spawnWithNoFreeWill, method_36008, spawnMob
<E extends Mob> E (EntityType<E>, float, float, float): b, spawnWithNoFreeWill, method_36006, spawnMob, m_177316_
<E extends Mob> E (EntityType<E>, float, float, float): b, spawnWithNoFreeWill, method_36006, spawnMob
GameTestSequence (Mob, BlockPos, float): a, walkTo, method_35967, startMovingTowards, m_177185_
GameTestSequence (Mob, BlockPos, float): a, walkTo, method_35967, startMovingTowards
void (int, int, int): a, pressButton, method_35945, pushButton, m_177103_
void (int, int, int): a, pressButton, method_35945, pushButton
void (BlockPos): b, pressButton, method_36026, pushButton, m_177385_
void (BlockPos): b, pressButton, method_36026, pushButton
void (BlockPos): c, useBlock, method_46229, useBlock, m_177408_
void (BlockPos): c, useBlock, method_46229, useBlock
LivingEntity (LivingEntity): a, makeAboutToDrown, method_35966, drown, m_177183_
LivingEntity (LivingEntity): a, makeAboutToDrown, method_35966, drown
void (int, int, int): b, pullLever, method_36002, toggleLever, m_177302_
void (int, int, int): b, pullLever, method_36002, toggleLever
void (BlockPos): d, pullLever, method_36039, toggleLever, m_177421_
void (BlockPos): d, pullLever, method_36039, toggleLever
void (BlockPos, long): a, pulseRedstone, method_35981, putAndRemoveRedstoneBlock, m_177234_
void (BlockPos, long): a, pulseRedstone, method_35981, putAndRemoveRedstoneBlock
void (BlockPos): e, destroyBlock, method_36044, removeBlock, m_177434_
void (BlockPos): e, destroyBlock, method_36044, removeBlock
void (int, int, int, Block): a, setBlock, method_35946, setBlockState, m_177107_
void (int, int, int, Block): a, setBlock, method_35946, setBlockState
void (int, int, int, BlockState): a, setBlock, method_35947, setBlockState, m_177112_
void (int, int, int, BlockState): a, setBlock, method_35947, setBlockState
void (BlockPos, Block): a, setBlock, method_35984, setBlockState, m_177245_
void (BlockPos, Block): a, setBlock, method_35984, setBlockState
void (BlockPos, BlockState): a, setBlock, method_35986, setBlockState, m_177252_
void (BlockPos, BlockState): a, setBlock, method_35986, setBlockState
void (): d, setNight, method_36030, useNightTime, m_177396_
void (): d, setNight, method_36030, useNightTime
void (int): a, setDayTime, method_35944, setTime, m_177101_
void (int): a, setDayTime, method_35944, setTime
void (Block, int, int, int): a, assertBlockPresent, method_35971, expectBlock, m_177203_
void (Block, int, int, int): a, assertBlockPresent, method_35971, expectBlock
void (Block, BlockPos): a, assertBlockPresent, method_35972, expectBlock, m_177208_
void (Block, BlockPos): a, assertBlockPresent, method_35972, expectBlock
void (Block, int, int, int): b, assertBlockNotPresent, method_36011, dontExpectBlock, m_177336_
void (Block, int, int, int): b, assertBlockNotPresent, method_36011, dontExpectBlock
void (Block, BlockPos): b, assertBlockNotPresent, method_36012, dontExpectBlock, m_177341_
void (Block, BlockPos): b, assertBlockNotPresent, method_36012, dontExpectBlock
void (Block, int, int, int): c, succeedWhenBlockPresent, method_36024, expectBlockAtEnd, m_177377_
void (Block, int, int, int): c, succeedWhenBlockPresent, method_36024, expectBlockAtEnd
void (Block, BlockPos): c, succeedWhenBlockPresent, method_36025, expectBlockAtEnd, m_177382_
void (Block, BlockPos): c, succeedWhenBlockPresent, method_36025, expectBlockAtEnd
<T extends Comparable<T>> void (BlockPos, Property<T>, T): a, assertBlockProperty, method_35987, expectBlockProperty, m_177255_
<T extends Comparable<T>> void (BlockPos, Property<T>, T): a, assertBlockProperty, method_35987, expectBlockProperty
void (EntityType<?>): b, assertEntityPresent, method_35959, expectEntity, m_177156_
void (EntityType<?>): b, assertEntityPresent, method_35959, expectEntity
void (EntityType<?>, int, int, int): c, assertEntityPresent, method_36022, expectEntityAt, m_177369_
void (EntityType<?>, int, int, int): c, assertEntityPresent, method_36022, expectEntityAt
void (EntityType<?>, BlockPos): c, assertEntityPresent, method_36023, expectEntityAt, m_177374_
void (EntityType<?>, BlockPos): c, assertEntityPresent, method_36023, expectEntityAt
void (EntityType<?>, BlockPos, double): a, assertEntityPresent, method_35965, expectEntityAround, m_177179_
void (EntityType<?>, BlockPos, double): a, assertEntityPresent, method_35965, expectEntityAround
void (Entity, int, int, int): a, assertEntityInstancePresent, method_35953, expectEntityAt, m_177132_
void (Entity, int, int, int): a, assertEntityInstancePresent, method_35953, expectEntityAt
void (Entity, BlockPos): a, assertEntityInstancePresent, method_35955, expectEntityAt, m_177140_
void (Entity, BlockPos): a, assertEntityInstancePresent, method_35955, expectEntityAt
void (Item, BlockPos, double, int): a, assertItemEntityCountIs, method_35970, expectItemsAt, m_177198_
void (Item, BlockPos, double, int): a, assertItemEntityCountIs, method_35970, expectItemsAt
void (Item, BlockPos, double): a, assertItemEntityPresent, method_35969, expectItemAt, m_177194_
void (Item, BlockPos, double): a, assertItemEntityPresent, method_35969, expectItemAt
void (EntityType<?>): d, assertEntityNotPresent, method_36004, dontExpectEntity, m_177309_
void (EntityType<?>): d, assertEntityNotPresent, method_36004, dontExpectEntity
void (EntityType<?>, int, int, int): d, assertEntityNotPresent, method_36031, dontExpectEntityAt, m_177397_
void (EntityType<?>, int, int, int): d, assertEntityNotPresent, method_36031, dontExpectEntityAt
void (EntityType<?>, BlockPos): d, assertEntityNotPresent, method_36032, dontExpectEntityAt, m_177402_
void (EntityType<?>, BlockPos): d, assertEntityNotPresent, method_36032, dontExpectEntityAt
void (EntityType<?>, double, double, double): a, assertEntityTouching, method_35960, expectEntityToTouch, m_177158_
void (EntityType<?>, double, double, double): a, assertEntityTouching, method_35960, expectEntityToTouch
void (EntityType<?>, double, double, double): b, assertEntityNotTouching, method_36005, dontExpectEntityToTouch, m_177311_
void (EntityType<?>, double, double, double): b, assertEntityNotTouching, method_36005, dontExpectEntityToTouch
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<? super E, T>, T): a, assertEntityData, method_35982, expectEntityWithData, m_177237_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<? super E, T>, T): a, assertEntityData, method_35982, expectEntityWithData
void (BlockPos): f, assertContainerEmpty, method_36047, expectEmptyContainer, m_177440_
void (BlockPos): f, assertContainerEmpty, method_36047, expectEmptyContainer
void (BlockPos, Item): b, assertContainerContains, method_35983, expectContainerWith, m_177242_
void (BlockPos, Item): b, assertContainerContains, method_35983, expectContainerWith
void (BoundingBox, BlockPos): a, assertSameBlockStates, method_35977, expectSameStates, m_177224_
void (BoundingBox, BlockPos): a, assertSameBlockStates, method_35977, expectSameStates
void (BlockPos, BlockPos): a, assertSameBlockState, method_35990, expectSameStates, m_177268_
void (BlockPos, BlockPos): a, assertSameBlockState, method_35990, expectSameStates
void (long, BlockPos, Item): a, assertAtTickTimeContainerContains, method_35950, expectContainerWith, m_177123_
void (long, BlockPos, Item): a, assertAtTickTimeContainerContains, method_35950, expectContainerWith
void (long, BlockPos): a, assertAtTickTimeContainerEmpty, method_35949, expectEmptyContainer, m_177120_
void (long, BlockPos): a, assertAtTickTimeContainerEmpty, method_35949, expectEmptyContainer
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<E, T>, T): b, succeedWhenEntityData, method_36015, expectEntityWithDataEnd, m_177349_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<E, T>, T): b, succeedWhenEntityData, method_36015, expectEntityWithDataEnd
void (EntityType<?>, int, int, int): e, succeedWhenEntityPresent, method_36037, expectEntityAtEnd, m_177413_
void (EntityType<?>, int, int, int): e, succeedWhenEntityPresent, method_36037, expectEntityAtEnd
void (EntityType<?>, BlockPos): e, succeedWhenEntityPresent, method_36038, expectEntityAtEnd, m_177418_
void (EntityType<?>, BlockPos): e, succeedWhenEntityPresent, method_36038, expectEntityAtEnd
void (EntityType<?>, int, int, int): f, succeedWhenEntityNotPresent, method_36042, dontExpectEntityAtEnd, m_177426_
void (EntityType<?>, int, int, int): f, succeedWhenEntityNotPresent, method_36042, dontExpectEntityAtEnd
void (EntityType<?>, BlockPos): f, succeedWhenEntityNotPresent, method_36043, dontExpectEntityAtEnd, m_177431_
void (EntityType<?>, BlockPos): f, succeedWhenEntityNotPresent, method_36043, dontExpectEntityAtEnd
void (): e, succeed, method_36036, complete, m_177412_
void (): e, succeed, method_36036, complete
void (): k, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): k, ensureSingleFinalCheck, method_36048, markFinalCause
void (Runnable): a, succeedIf, method_35993, addFinalTask, m_177279_
void (Runnable): a, succeedIf, method_35993, addFinalTask
void (Runnable): b, succeedWhen, method_36018, addInstantFinalTask, m_177361_
void (Runnable): b, succeedWhen, method_36018, addInstantFinalTask
void (int, Runnable): a, succeedOnTickWhen, method_35948, addFinalTaskWithDuration, m_177117_
void (int, Runnable): a, succeedOnTickWhen, method_35948, addFinalTaskWithDuration
void (long, Runnable): a, runAtTickTime, method_35951, runAtTick, m_177127_
void (long, Runnable): a, runAtTickTime, method_35951, runAtTick
void (long, Runnable): b, runAfterDelay, method_36003, waitAndRun, m_177306_
void (long, Runnable): b, runAfterDelay, method_36003, waitAndRun
void (BlockPos): g, randomTick, method_36050, forceRandomTick, m_177446_
void (BlockPos): g, randomTick, method_36050, forceRandomTick
void (Runnable): c, failIf, method_36028, addTask, m_177392_
void (Runnable): c, failIf, method_36028, addTask
void (Runnable): d, failIfEver, method_36035, runAtEveryTick, m_177410_
void (Runnable): d, failIfEver, method_36035, runAtEveryTick
GameTestSequence (): g, startSequence, method_36041, createTimedTaskRunner, m_177425_
GameTestSequence (): g, startSequence, method_36041, createTimedTaskRunner
BlockPos (BlockPos): j, absolutePos, method_36052, getAbsolutePos, m_177449_
BlockPos (BlockPos): j, absolutePos, method_36052, getAbsolutePos
BlockPos (BlockPos): k, relativePos, method_36054, getRelativePos, m_177452_
BlockPos (BlockPos): k, relativePos, method_36054, getRelativePos
Vec3 (Vec3): a, absoluteVec, method_35978, getAbsolute, m_177227_
Vec3 (Vec3): a, absoluteVec, method_35978, getAbsolute
long (): i, getTick, method_36045, getTick, m_177436_
long (): i, getTick, method_36045, getTick
AABB (): j, getBounds, method_36051, getTestBox, m_177448_
AABB (): j, getBounds, method_36051, getTestBox
AABB (): l, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): l, getRelativeBounds, method_36053, getRelativeTestBox
void (Consumer<BlockPos>): a, forEveryBlockInStructure, method_35998, forEachRelativePos, m_177292_
void (Consumer<BlockPos>): a, forEveryBlockInStructure, method_35998, forEachRelativePos
void (Runnable): e, onEachTick, method_36040, forEachRemainingTick, m_177423_
void (Runnable): e, onEachTick, method_36040, forEachRemainingTick
<T extends Entity> List<T> (EntityType<T>, BlockPos, double): b, getEntities, method_44335, getEntitiesAround, m_238399_
<T extends Entity> List<T> (EntityType<T>, BlockPos, double): b, getEntities, method_44335, getEntitiesAround
void (Item, BlockPos, double): b, assertItemEntityNotPresent, method_42762, dontExpectItemAt, m_236778_
void (Item, BlockPos, double): b, assertItemEntityNotPresent, method_42762, dontExpectItemAt
int (Heightmap$Types, int, int): a, getHeight, method_42063, getRelativeTopY, m_236774_
int (Heightmap$Types, int, int): a, getHeight, method_42063, getRelativeTopY
void (EntityType<?>, BlockPos, int, double): a, assertEntitiesPresent, method_44606, expectEntitiesAround, m_239371_
void (EntityType<?>, BlockPos, int, double): a, assertEntitiesPresent, method_44606, expectEntitiesAround
ItemEntity (Item, BlockPos): a, spawnItem, method_46225, spawnItem, m_246755_
ItemEntity (Item, BlockPos): a, spawnItem, method_46225, spawnItem
void (BlockPos, Player): a, useBlock, method_36034, useBlock, m_246440_
void (BlockPos, Player): a, useBlock, method_36034, useBlock
void (BlockPos, Player, BlockHitResult): a, useBlock, method_47817, useBlock, m_260894_
void (BlockPos, Player, BlockHitResult): a, useBlock, method_47817, useBlock
<E extends LivingEntity> void (BlockPos, EntityType<E>, Item): a, assertEntityIsHolding, method_48001, expectEntityHoldingItem, m_263450_
<E extends LivingEntity> void (BlockPos, EntityType<E>, Item): a, assertEntityIsHolding, method_48001, expectEntityHoldingItem
<E extends Entity extends InventoryCarrier> void (BlockPos, EntityType<E>, Item): b, assertEntityInventoryContains, method_48003, expectEntityWithItem, m_263477_
<E extends Entity extends InventoryCarrier> void (BlockPos, EntityType<E>, Item): b, assertEntityInventoryContains, method_48003, expectEntityWithItem
Vec3 (Vec3): b, relativeVec, method_46227, getRelative, m_247203_
Vec3 (Vec3): b, relativeVec, method_46227, getRelative
void (Player, ItemStack, BlockPos, Direction): a, placeAt, method_47816, useStackOnBlock, m_261323_
void (Player, ItemStack, BlockPos, Direction): a, placeAt, method_47816, useStackOnBlock
void (Class<? extends Entity>): a, killAllEntitiesOfClass, method_52207, killAllEntities, m_289214_
void (Class<? extends Entity>): a, killAllEntitiesOfClass, method_52207, killAllEntities
LivingEntity (LivingEntity): b, withLowHealth, method_51821, setHealthLow, m_286046_
LivingEntity (LivingEntity): b, withLowHealth, method_51821, setHealthLow
ServerPlayer (): c, makeMockServerPlayerInLevel, method_51891, createMockCreativeServerPlayerInWorld, m_287220_
ServerPlayer (): c, makeMockServerPlayerInLevel, method_51891, createMockCreativeServerPlayerInWorld
void (BlockPos, Direction, IntPredicate, Supplier<Component>): a, assertRedstoneSignal, method_52225, expectRedstonePower, m_289616_
void (BlockPos, Direction, IntPredicate, Supplier<Component>): a, assertRedstoneSignal, method_52225, expectRedstonePower
void (EntityType<?>, int): a, assertEntitiesPresent, method_55323, expectEntities, m_304701_
void (EntityType<?>, int): a, assertEntitiesPresent, method_55323, expectEntities
void (Item): a, assertItemEntityPresent, method_54143, expectItem, m_307970_
void (Item): a, assertItemEntityPresent, method_54143, expectItem
void (Item): b, assertItemEntityNotPresent, method_54144, dontExpectItem, m_304884_
void (Item): b, assertItemEntityNotPresent, method_54144, dontExpectItem
void (BlockPos): i, tickPrecipitation, method_55453, forceTickIceAndSnow, m_305517_
void (BlockPos): i, tickPrecipitation, method_55453, forceTickIceAndSnow
void (): f, tickPrecipitation, method_55452, forceTickIceAndSnow, m_305614_
void (): f, tickPrecipitation, method_55452, forceTickIceAndSnow
void (ResourceKey<Biome>): a, setBiome, method_55451, setBiome, m_304814_
void (ResourceKey<Biome>): a, setBiome, method_55451, setBiome
ItemEntity (Item, Vec3): a, spawnItem, method_57100, spawnItem, m_324662_
ItemEntity (Item, Vec3): a, spawnItem, method_57100, spawnItem
<E extends Entity> E (EntityType<E>): a, findOneEntity, method_56201, expectEntityInWorld, m_324009_
<E extends Entity> E (EntityType<E>): a, findOneEntity, method_56201, expectEntityInWorld
<E extends Entity> E (EntityType<E>, int, int, int, double): a, findClosestEntity, method_56202, expectEntity, m_322182_
<E extends Entity> E (EntityType<E>, int, int, int, double): a, findClosestEntity, method_56202, expectEntity
<E extends Entity> List<E> (EntityType<E>, int, int, int, double): b, findEntities, method_56207, getEntitiesAround, m_321062_
<E extends Entity> List<E> (EntityType<E>, int, int, int, double): b, findEntities, method_56207, getEntitiesAround
<E extends Entity> List<E> (EntityType<E>, Vec3, double): a, findEntities, method_56203, getEntitiesAround, m_319921_
<E extends Entity> List<E> (EntityType<E>, Vec3, double): a, findEntities, method_56203, getEntitiesAround
void (Mob, float, float, float): a, moveTo, method_57099, setEntityPos, m_318926_
void (Mob, float, float, float): a, moveTo, method_57099, setEntityPos
Player (GameType): a, makeMockPlayer, method_36021, createMockPlayer, m_177368_
Player (GameType): a, makeMockPlayer, method_36021, createMockPlayer
<T extends Entity> List<T> (EntityType<T>): c, getEntities, method_56208, getEntities, m_318662_
<T extends Entity> List<T> (EntityType<T>): c, getEntities, method_56208, getEntities
void (LivingEntity, Holder<MobEffect>, int): a, assertLivingEntityHasMobEffect, method_52889, expectEntityHasEffect, m_292748_
void (LivingEntity, Holder<MobEffect>, int): a, assertLivingEntityHasMobEffect, method_52889, expectEntityHasEffect
Rotation (): h, getTestRotation, method_61093, getRotation, m_338392_
Rotation (): h, getTestRotation, method_61093, getRotation
void (Entity, DamageSource, float): a, hurt, method_64543, damage, m_354379_
void (Entity, DamageSource, float): a, hurt, method_64543, damage
void (Entity): a, kill, method_64542, killEntity, m_354509_
void (Entity): a, kill, method_64542, killEntity
void (EntityType<?>, AABB): a, assertEntityPresent, method_46224, expectEntityInside, m_246385_
void (EntityType<?>, AABB): a, assertEntityPresent, method_46224, expectEntityInside
void (EntityType<?>, AABB): b, assertEntityNotPresent, method_59872, dontExpectEntityBetween, m_319826_
void (EntityType<?>, AABB): b, assertEntityNotPresent, method_59872, dontExpectEntityBetween
<E extends Entity, T> void (BlockPos, EntityType<E>, Predicate<E>): a, assertEntityData, method_64113, expectEntity, m_356986_
<E extends Entity, T> void (BlockPos, EntityType<E>, Predicate<E>): a, assertEntityData, method_64113, expectEntity
AABB (AABB): a, absoluteAABB, method_62772, getAbsolute, m_353203_
AABB (AABB): a, absoluteAABB, method_62772, getAbsolute
AABB (AABB): b, relativeAABB, method_62773, getRelative, m_356202_
AABB (AABB): b, relativeAABB, method_62773, getRelative
GameTestAssertException (Component): a, assertionException, method_66943, createError, m_386898_
GameTestAssertException (Component): a, assertionException, method_66943, createError
GameTestAssertException (String, Object...): a, assertionException, method_66937, createError, m_384440_
GameTestAssertException (String, Object...): a, assertionException, method_66937, createError
GameTestAssertPosException (BlockPos, Component): a, assertionException, method_66942, createError, m_385481_
GameTestAssertPosException (BlockPos, Component): a, assertionException, method_66942, createError
GameTestAssertPosException (BlockPos, String, Object...): a, assertionException, method_66941, createError, m_384943_
GameTestAssertPosException (BlockPos, String, Object...): a, assertionException, method_66941, createError
<T extends BlockEntity> T (BlockPos, Class<T>): a, getBlockEntity, method_36014, getBlockEntity, m_177347_
<T extends BlockEntity> T (BlockPos, Class<T>): a, getBlockEntity, method_36014, getBlockEntity
void (TagKey<Block>, BlockPos): a, assertBlockTag, method_66935, expectBlockIn, m_386213_
void (TagKey<Block>, BlockPos): a, assertBlockTag, method_66935, expectBlockIn
void (BlockPos, Predicate<Block>, Function<Block, Component>): a, assertBlock, method_35992, checkBlock, m_177271_
void (BlockPos, Predicate<Block>, Function<Block, Component>): a, assertBlock, method_35992, checkBlock
<T extends Comparable<T>> void (BlockPos, Property<T>, Predicate<T>, Component): a, assertBlockProperty, method_35988, checkBlockProperty, m_177259_
<T extends Comparable<T>> void (BlockPos, Property<T>, Predicate<T>, Component): a, assertBlockProperty, method_35988, checkBlockProperty
void (BlockPos, BlockState): b, assertBlockState, method_66947, expectBlockState, m_386749_
void (BlockPos, BlockState): b, assertBlockState, method_66947, expectBlockState
void (BlockPos, Predicate<BlockState>, Function<BlockState, Component>): b, assertBlockState, method_36017, checkBlockState, m_177357_
void (BlockPos, Predicate<BlockState>, Function<BlockState, Component>): b, assertBlockState, method_36017, checkBlockState
<T extends BlockEntity> void (BlockPos, Class<T>, Predicate<T>, Supplier<Component>): a, assertBlockEntityData, method_60651, checkBlockEntity, m_339934_
<T extends BlockEntity> void (BlockPos, Class<T>, Predicate<T>, Supplier<Component>): a, assertBlockEntityData, method_60651, checkBlockEntity
void (BlockPos, Item): a, assertContainerContainsSingle, method_66940, expectContainerWithSingle, m_385618_
void (BlockPos, Item): a, assertContainerContainsSingle, method_66940, expectContainerWithSingle
void (Entity, AABB, Component): a, assertEntityPosition, method_61173, expectEntityIn, m_338939_
void (Entity, AABB, Component): a, assertEntityPosition, method_61173, expectEntityIn
<E extends Entity> void (E, Predicate<E>, Component): a, assertEntityProperty, method_35958, testEntity, m_177147_
<E extends Entity> void (E, Predicate<E>, Component): a, assertEntityProperty, method_35958, testEntity
<E extends Entity, T> void (E, Function<E, T>, T, Component): a, assertEntityProperty, method_35957, testEntityProperty, m_177152_
<E extends Entity, T> void (E, Function<E, T>, T, Component): a, assertEntityProperty, method_35957, testEntityProperty
void (BlockPos): h, tickBlock, method_66562, forceScheduledTick, m_384593_
void (BlockPos): h, tickBlock, method_66562, forceScheduledTick
void (Component, BlockPos): a, fail, method_35997, throwPositionedException, m_177289_
void (Component, BlockPos): a, fail, method_35997, throwPositionedException
void (Component, Entity): a, fail, method_35996, throwPositionedException, m_177286_
void (Component, Entity): a, fail, method_35996, throwPositionedException
void (Component): b, fail, method_35995, throwGameTestException, m_177284_
void (Component): b, fail, method_35995, throwGameTestException
void (boolean, Component): a, assertTrue, method_46226, assertTrue, m_246336_
void (boolean, Component): a, assertTrue, method_46226, assertTrue
<N> void (N, N, Component): a, assertValueEqual, method_56606, assertEquals, m_322431_
<N> void (N, N, Component): a, assertValueEqual, method_56606, assertEquals
void (boolean, Component): b, assertFalse, method_49994, assertFalse, m_277053_
void (boolean, Component): b, assertFalse, method_49994, assertFalse
1.21.6
Names
sq
sy
Fields
Constructors
Methods
1.21.5
Names
sk
sq
Fields
Constructors
Methods
<T extends BlockEntity> T (BlockPos): b, getBlockEntity, method_36014, getBlockEntity, m_177347_
void (BlockPos): c, pressButton, method_36026, pushButton, m_177385_
void (BlockPos): b, pressButton, method_36026, pushButton, m_177385_
void (BlockPos): d, useBlock, method_46229, useBlock, m_177408_
void (BlockPos): c, useBlock, method_46229, useBlock, m_177408_
void (BlockPos): e, pullLever, method_36039, toggleLever, m_177421_
void (BlockPos): d, pullLever, method_36039, toggleLever, m_177421_
void (BlockPos): f, destroyBlock, method_36044, removeBlock, m_177434_
void (BlockPos): e, destroyBlock, method_36044, removeBlock, m_177434_
void (BlockPos, Predicate<Block>, String): a, assertBlock, method_35991, checkBlock, m_177271_
void (BlockPos, Predicate<Block>, Supplier<String>): a, assertBlock, method_35992, checkBlock, m_177275_
<T extends Comparable<T>> void (BlockPos, Property<T>, Predicate<T>, String): a, assertBlockProperty, method_35988, checkBlockProperty, m_177259_
void (BlockPos, Predicate<BlockState>, Supplier<String>): b, assertBlockState, method_36017, checkBlockState, m_177357_
void (BlockPos): g, assertContainerEmpty, method_36047, expectEmptyContainer, m_177440_
void (BlockPos): f, assertContainerEmpty, method_36047, expectEmptyContainer, m_177440_
void (BlockPos, Item): a, assertContainerContains, method_35983, expectContainerWith, m_177242_
void (BlockPos, Item): b, assertContainerContains, method_35983, expectContainerWith, m_177242_
<E extends Entity> void (E, Predicate<E>, String): a, assertEntityProperty, method_35958, testEntity, m_177152_
<E extends Entity, T> void (E, Function<E, T>, String, T): a, assertEntityProperty, method_35957, testEntityProperty, m_177147_
void (BlockPos): h, randomTick, method_36050, forceRandomTick, m_177446_
void (BlockPos): g, randomTick, method_36050, forceRandomTick, m_177446_
void (String, BlockPos): a, fail, method_35997, throwPositionedException, m_177289_
void (String, Entity): a, fail, method_35996, throwPositionedException, m_177286_
void (String): a, fail, method_35995, throwGameTestException, m_177284_
void (boolean, String): a, assertTrue, method_46226, assertTrue, m_246336_
void (boolean, String): b, assertFalse, method_49994, assertFalse, m_277053_
<N> void (N, N, String): a, assertValueEqual, method_56606, assertEquals, m_322431_
<T extends BlockEntity> void (BlockPos, Predicate<T>, Supplier<String>): c, assertBlockEntityData, method_60651, checkBlockEntity, m_339934_
void (Entity, AABB, String): a, assertEntityPosition, method_61173, expectEntityIn, m_338939_
GameTestAssertException (Component): a, assertionException, method_66943, createError, m_386898_
GameTestAssertException (String, Object...): a, assertionException, method_66937, createError, m_384440_
GameTestAssertPosException (BlockPos, Component): a, assertionException, method_66942, createError, m_385481_
GameTestAssertPosException (BlockPos, String, Object...): a, assertionException, method_66941, createError, m_384943_
<T extends BlockEntity> T (BlockPos, Class<T>): a, getBlockEntity, method_36014, getBlockEntity, m_177347_
void (TagKey<Block>, BlockPos): a, assertBlockTag, method_66935, expectBlockIn, m_386213_
void (BlockPos, Predicate<Block>, Function<Block, Component>): a, assertBlock, method_35992, checkBlock, m_177271_
<T extends Comparable<T>> void (BlockPos, Property<T>, Predicate<T>, Component): a, assertBlockProperty, method_35988, checkBlockProperty, m_177259_
void (BlockPos, BlockState): b, assertBlockState, method_66947, expectBlockState, m_386749_
void (BlockPos, Predicate<BlockState>, Function<BlockState, Component>): b, assertBlockState, method_36017, checkBlockState, m_177357_
<T extends BlockEntity> void (BlockPos, Class<T>, Predicate<T>, Supplier<Component>): a, assertBlockEntityData, method_60651, checkBlockEntity, m_339934_
void (BlockPos, Item): a, assertContainerContainsSingle, method_66940, expectContainerWithSingle, m_385618_
void (Entity, AABB, Component): a, assertEntityPosition, method_61173, expectEntityIn, m_338939_
<E extends Entity> void (E, Predicate<E>, Component): a, assertEntityProperty, method_35958, testEntity, m_177147_
<E extends Entity, T> void (E, Function<E, T>, T, Component): a, assertEntityProperty, method_35957, testEntityProperty, m_177152_
void (BlockPos): h, tickBlock, method_66562, forceScheduledTick, m_384593_
void (Component, BlockPos): a, fail, method_35997, throwPositionedException, m_177289_
void (Component, Entity): a, fail, method_35996, throwPositionedException, m_177286_
void (Component): b, fail, method_35995, throwGameTestException, m_177284_
void (boolean, Component): a, assertTrue, method_46226, assertTrue, m_246336_
<N> void (N, N, Component): a, assertValueEqual, method_56606, assertEquals, m_322431_
void (boolean, Component): b, assertFalse, method_49994, assertFalse, m_277053_
1.21.4
Names
tr
sk
Fields
Constructors
Methods
<E extends Entity> E (EntityType<E>): a, findOneEntity, method_56201, expectEntityAtOrigin, m_324009_
<E extends Entity> E (EntityType<E>): a, findOneEntity, method_56201, expectEntityInWorld, m_324009_
1.21.3
Names
sw
tr
Fields
Constructors
Methods
void (EntityType<?>, Vec3, Vec3): a, assertEntityPresent, method_46224, expectEntityInside, m_246385_
void (EntityType<?>, Vec3, Vec3): b, assertEntityNotPresent, method_59872, dontExpectEntityBetween, m_319826_
void (Entity, DamageSource, float): a, hurt, method_64543, damage, m_354379_
void (Entity): a, kill, method_64542, killEntity, m_354509_
void (EntityType<?>, AABB): a, assertEntityPresent, method_46224, expectEntityInside, m_246385_
void (EntityType<?>, AABB): b, assertEntityNotPresent, method_59872, dontExpectEntityBetween, m_319826_
<E extends Entity, T> void (BlockPos, EntityType<E>, Predicate<E>): a, assertEntityData, method_64113, expectEntity, m_356986_
AABB (AABB): a, absoluteAABB, method_62772, getAbsolute, m_353203_
AABB (AABB): b, relativeAABB, method_62773, getRelative, m_356202_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
tn
sw
Fields
Constructors
Methods
void (): j, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): k, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
long (): h, getTick, method_36045, getTick, m_177436_
long (): i, getTick, method_36045, getTick, m_177436_
AABB (): i, getBounds, method_36051, getTestBox, m_177448_
AABB (): j, getBounds, method_36051, getTestBox, m_177448_
AABB (): k, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): l, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
<T extends BlockEntity> void (BlockPos, Predicate<T>, Supplier<String>): c, assertBlockEntityData, method_60651, checkBlockEntity, m_339934_
void (Entity, AABB, String): a, assertEntityPosition, method_61173, expectEntityIn, m_338939_
Rotation (): h, getTestRotation, method_61093, getRotation, m_338392_
1.20.6
Names
rn
tn
Fields
Constructors
Methods
Player (): d, makeMockPlayer, method_36021, createMockCreativePlayer, m_177368_
void (): f, setNight, method_36030, useNightTime, m_177396_
void (): d, setNight, method_36030, useNightTime, m_177396_
void (EntityType<?>): a, assertEntityPresent, method_35959, expectEntity, m_177156_
void (EntityType<?>): b, assertEntityPresent, method_35959, expectEntity, m_177156_
void (EntityType<?>): b, assertEntityNotPresent, method_36004, dontExpectEntity, m_177309_
void (EntityType<?>): d, assertEntityNotPresent, method_36004, dontExpectEntity, m_177309_
void (): g, succeed, method_36036, complete, m_177412_
void (): e, succeed, method_36036, complete, m_177412_
void (): l, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): j, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
GameTestSequence (): i, startSequence, method_36041, createTimedTaskRunner, m_177425_
GameTestSequence (): g, startSequence, method_36041, createTimedTaskRunner, m_177425_
long (): j, getTick, method_36045, getTick, m_177436_
long (): h, getTick, method_36045, getTick, m_177436_
AABB (): k, getBounds, method_36051, getTestBox, m_177448_
AABB (): i, getBounds, method_36051, getTestBox, m_177448_
AABB (): m, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): k, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
Player (): c, makeMockSurvivalPlayer, method_46228, createMockSurvivalPlayer, m_246554_
ServerPlayer (): e, makeMockServerPlayerInLevel, method_51891, createMockCreativeServerPlayerInWorld, m_287220_
ServerPlayer (): c, makeMockServerPlayerInLevel, method_51891, createMockCreativeServerPlayerInWorld, m_287220_
void (LivingEntity, MobEffect, int): a, assertLivingEntityHasMobEffect, method_52889, expectEntityHasEffect, m_292748_
void (): h, tickPrecipitation, method_55452, forceTickIceAndSnow, m_305614_
void (): f, tickPrecipitation, method_55452, forceTickIceAndSnow, m_305614_
ItemEntity (Item, Vec3): a, spawnItem, method_57100, spawnItem, m_324662_
<E extends Entity> E (EntityType<E>): a, findOneEntity, method_56201, expectEntityAtOrigin, m_324009_
<E extends Entity> E (EntityType<E>, int, int, int, double): a, findClosestEntity, method_56202, expectEntity, m_322182_
<E extends Entity> List<E> (EntityType<E>, int, int, int, double): b, findEntities, method_56207, getEntitiesAround, m_321062_
<E extends Entity> List<E> (EntityType<E>, Vec3, double): a, findEntities, method_56203, getEntitiesAround, m_319921_
void (Mob, float, float, float): a, moveTo, method_57099, setEntityPos, m_318926_
Player (GameType): a, makeMockPlayer, method_36021, createMockPlayer, m_177368_
<T extends Entity> List<T> (EntityType<T>): c, getEntities, method_56208, getEntities, m_318662_
void (EntityType<?>, Vec3, Vec3): b, assertEntityNotPresent, method_59872, dontExpectEntityBetween, m_319826_
void (LivingEntity, Holder<MobEffect>, int): a, assertLivingEntityHasMobEffect, method_52889, expectEntityHasEffect, m_292748_
<N> void (N, N, String): a, assertValueEqual, method_56606, assertEquals, m_322431_
1.20.4
Names
pv
rn
Fields
Constructors
Methods
void (): j, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): l, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
GameTestSequence (): h, startSequence, method_36041, createTimedTaskRunner, m_177425_
GameTestSequence (): i, startSequence, method_36041, createTimedTaskRunner, m_177425_
BlockPos (BlockPos): i, absolutePos, method_36052, getAbsolutePos, m_177449_
BlockPos (BlockPos): j, absolutePos, method_36052, getAbsolutePos, m_177449_
BlockPos (BlockPos): j, relativePos, method_36054, getRelativePos, m_177452_
BlockPos (BlockPos): k, relativePos, method_36054, getRelativePos, m_177452_
long (): i, getTick, method_36045, getTick, m_177436_
long (): j, getTick, method_36045, getTick, m_177436_
AABB (): l, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): m, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
void (EntityType<?>, int): a, assertEntitiesPresent, method_55323, expectEntities, m_304701_
void (Item): a, assertItemEntityPresent, method_54143, expectItem, m_307970_
void (Item): b, assertItemEntityNotPresent, method_54144, dontExpectItem, m_304884_
void (BlockPos): i, tickPrecipitation, method_55453, forceTickIceAndSnow, m_305517_
void (): h, tickPrecipitation, method_55452, forceTickIceAndSnow, m_305614_
void (ResourceKey<Biome>): a, setBiome, method_55451, setBiome, m_304814_
1.20.2
Names
pq
pv
Fields
Constructors
Methods
void (LivingEntity, MobEffect, int): a, assertLivingEntityHasMobEffect, method_52889, expectEntityHasEffect, m_292748_
1.20.1
Names
qd
pq
Fields
Constructors
Methods
void (): e, setNight, method_36030, useNightTime, m_177396_
void (): f, setNight, method_36030, useNightTime, m_177396_
void (): f, succeed, method_36036, complete, m_177412_
void (): g, succeed, method_36036, complete, m_177412_
void (): i, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): j, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
GameTestSequence (): g, startSequence, method_36041, createTimedTaskRunner, m_177425_
GameTestSequence (): h, startSequence, method_36041, createTimedTaskRunner, m_177425_
long (): h, getTick, method_36045, getTick, m_177436_
long (): i, getTick, method_36045, getTick, m_177436_
AABB (): j, getBounds, method_36051, getTestBox, m_177448_
AABB (): k, getBounds, method_36051, getTestBox, m_177448_
AABB (): k, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): l, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
void (BlockPos, Player, BlockHitResult): b, continuouslyUse, method_49393, useToolOnBlock, m_272112_
void (Class): a, killAllEntitiesOfClass, method_52207, killAllEntities, m_289214_
LivingEntity (LivingEntity): b, withLowHealth, method_51821, setHealthLow, m_286046_
ServerPlayer (): e, makeMockServerPlayerInLevel, method_51891, createMockCreativeServerPlayerInWorld, m_287220_
void (BlockPos, Direction, IntPredicate, Supplier<String>): a, assertRedstoneSignal, method_52225, expectRedstonePower, m_289616_
void (boolean, String): b, assertFalse, method_49994, assertFalse, m_277053_
1.19.4
Names
po
qd
Fields
Constructors
Methods
void (BlockPos, Player, BlockHitResult): b, continuouslyUse, method_49393, useToolOnBlock, m_272112_
1.19.3
Names
oi
po
Fields
Constructors
Methods
void (BlockPos): d, useBlock, method_36034, useBlock, m_177408_
void (BlockPos): d, useBlock, method_46229, useBlock, m_177408_
Player (): c, makeMockPlayer, method_36021, createMockPlayer, m_177368_
Player (): d, makeMockPlayer, method_36021, createMockCreativePlayer, m_177368_
void (): d, setNight, method_36030, useNightTime, m_177396_
void (): e, setNight, method_36030, useNightTime, m_177396_
void (): e, succeed, method_36036, complete, m_177412_
void (): f, succeed, method_36036, complete, m_177412_
void (): h, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (): i, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
GameTestSequence (): f, startSequence, method_36041, createTimedTaskRunner, m_177425_
GameTestSequence (): g, startSequence, method_36041, createTimedTaskRunner, m_177425_
long (): g, getTick, method_36045, getTick, m_177436_
long (): h, getTick, method_36045, getTick, m_177436_
AABB (): i, getBounds, method_36051, getTestBox, m_177448_
AABB (): j, getBounds, method_36051, getTestBox, m_177448_
AABB (): j, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
AABB (): k, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
ItemEntity (Item, BlockPos): a, spawnItem, method_46225, spawnItem, m_246755_
void (BlockPos, Player): a, useBlock, method_36034, useBlock, m_246440_
void (BlockPos, Player, BlockHitResult): a, useBlock, method_47817, useBlock, m_260894_
Player (): c, makeMockSurvivalPlayer, method_46228, createMockSurvivalPlayer, m_246554_
void (EntityType<?>, Vec3, Vec3): a, assertEntityPresent, method_46224, expectEntityInside, m_246385_
<E extends LivingEntity> void (BlockPos, EntityType<E>, Item): a, assertEntityIsHolding, method_48001, expectEntityHoldingItem, m_263450_
<E extends Entity extends InventoryCarrier> void (BlockPos, EntityType<E>, Item): b, assertEntityInventoryContains, method_48003, expectEntityWithItem, m_263477_
Vec3 (Vec3): b, relativeVec, method_46227, getRelative, m_247203_
void (boolean, String): a, assertTrue, method_46226, assertTrue, m_246336_
void (Player, ItemStack, BlockPos, Direction): a, placeAt, method_47816, useStackOnBlock, m_261323_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
Fields
Constructors
Methods
void (EntityType<?>, BlockPos, int, double): a, assertEntitiesPresent, method_44606, expectEntitiesAround, m_239371_
1.19
Names
nj
oi
Fields
Constructors
Methods
<T extends Entity> List<T> (EntityType<T>, BlockPos, double): b, getEntities, method_44335, getEntitiesAround, m_238399_
void (Item, BlockPos, double): b, assertItemEntityNotPresent, method_42762, dontExpectItemAt, m_236778_
int (Heightmap$Types, int, int): a, getHeight, method_42063, getRelativeTopY, m_236774_
1.18.2
Names
nb
nj
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
lz
nb
Fields
Constructors
Methods
GameTestSequence (Mob, BlockPos, float): a, walkTo, method_35967, method_35967, m_177185_
GameTestSequence (Mob, BlockPos, float): a, walkTo, method_35967, startMovingTowards, m_177185_
LivingEntity (LivingEntity): a, makeAboutToDrown, method_35966, method_35966, m_177183_
LivingEntity (LivingEntity): a, makeAboutToDrown, method_35966, drown, m_177183_
void (long, BlockPos, Item): a, assertAtTickTimeContainerContains, method_35950, method_35950, m_177123_
void (long, BlockPos, Item): a, assertAtTickTimeContainerContains, method_35950, expectContainerWith, m_177123_
void (long, BlockPos): a, assertAtTickTimeContainerEmpty, method_35949, method_35949, m_177120_
void (long, BlockPos): a, assertAtTickTimeContainerEmpty, method_35949, expectEmptyContainer, m_177120_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<E, T>, T): b, succeedWhenEntityData, method_36015, method_36015, m_177349_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<E, T>, T): b, succeedWhenEntityData, method_36015, expectEntityWithDataEnd, m_177349_
<E extends Entity> void (E, Predicate<E>, String): a, assertEntityProperty, method_35958, method_35958, m_177152_
<E extends Entity> void (E, Predicate<E>, String): a, assertEntityProperty, method_35958, testEntity, m_177152_
<E extends Entity, T> void (E, Function<E, T>, String, T): a, assertEntityProperty, method_35957, method_35957, m_177147_
<E extends Entity, T> void (E, Function<E, T>, String, T): a, assertEntityProperty, method_35957, testEntityProperty, m_177147_
void (EntityType<?>, int, int, int): e, succeedWhenEntityPresent, method_36037, method_36037, m_177413_
void (EntityType<?>, int, int, int): e, succeedWhenEntityPresent, method_36037, expectEntityAtEnd, m_177413_
void (EntityType<?>, BlockPos): e, succeedWhenEntityPresent, method_36038, method_36038, m_177418_
void (EntityType<?>, BlockPos): e, succeedWhenEntityPresent, method_36038, expectEntityAtEnd, m_177418_
void (EntityType<?>, int, int, int): f, succeedWhenEntityNotPresent, method_36042, method_36042, m_177426_
void (EntityType<?>, int, int, int): f, succeedWhenEntityNotPresent, method_36042, dontExpectEntityAtEnd, m_177426_
void (EntityType<?>, BlockPos): f, succeedWhenEntityNotPresent, method_36043, method_36043, m_177431_
void (EntityType<?>, BlockPos): f, succeedWhenEntityNotPresent, method_36043, dontExpectEntityAtEnd, m_177431_
void (Runnable): c, failIf, method_36028, method_36028, m_177392_
void (Runnable): c, failIf, method_36028, addTask, m_177392_
void (Runnable): d, failIfEver, method_36035, method_36035, m_177410_
void (Runnable): d, failIfEver, method_36035, runAtEveryTick, m_177410_
AABB (): j, getRelativeBounds, method_36053, method_36053, m_177451_
AABB (): j, getRelativeBounds, method_36053, getRelativeTestBox, m_177451_
void (Consumer<BlockPos>): a, forEveryBlockInStructure, method_35998, method_35998, m_177292_
void (Consumer<BlockPos>): a, forEveryBlockInStructure, method_35998, forEachRelativePos, m_177292_
void (Runnable): e, onEachTick, method_36040, method_36040, m_177423_
void (Runnable): e, onEachTick, method_36040, forEachRemainingTick, m_177423_
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
le
lz
net.minecraft.test.TestTrackerHolder
net.minecraft.src.C_4888_
Fields
GameTestInfo: a, testInfo, field_20558, test, field_229487_a_
GameTestInfo: a, testInfo, field_20558, test, f_127595_
boolean: b, finalCheckAdded, field_33146, hasFinalClause, f_177099_
Constructors
Methods
ServerLevel (): a, getLevel, method_35943, getWorld, m_177100_
BlockState (BlockPos): a, getBlockState, method_35980, getBlockState, m_177232_
BlockEntity (BlockPos): b, getBlockEntity, method_36014, getBlockEntity, m_177347_
void (): b, killAllEntities, method_36001, killAllEntities, m_177301_
ItemEntity (Item, float, float, float): a, spawnItem, method_35968, spawnItem, m_177189_
<E extends Entity> E (EntityType<E>, BlockPos): a, spawn, method_35964, spawnEntity, m_177176_
<E extends Entity> E (EntityType<E>, Vec3): a, spawn, method_35963, spawnEntity, m_177173_
<E extends Entity> E (EntityType<E>, int, int, int): a, spawn, method_35962, spawnEntity, m_177168_
<E extends Entity> E (EntityType<E>, float, float, float): a, spawn, method_35961, spawnEntity, m_177163_
<E extends Mob> E (EntityType<E>, BlockPos): b, spawnWithNoFreeWill, method_36009, spawnMob, m_177329_
<E extends Mob> E (EntityType<E>, int, int, int): b, spawnWithNoFreeWill, method_36007, spawnMob, m_177321_
<E extends Mob> E (EntityType<E>, Vec3): b, spawnWithNoFreeWill, method_36008, spawnMob, m_177326_
<E extends Mob> E (EntityType<E>, float, float, float): b, spawnWithNoFreeWill, method_36006, spawnMob, m_177316_
GameTestSequence (Mob, BlockPos, float): a, walkTo, method_35967, method_35967, m_177185_
void (int, int, int): a, pressButton, method_35945, pushButton, m_177103_
void (BlockPos): c, pressButton, method_36026, pushButton, m_177385_
void (BlockPos): d, useBlock, method_36034, useBlock, m_177408_
LivingEntity (LivingEntity): a, makeAboutToDrown, method_35966, method_35966, m_177183_
Player (): c, makeMockPlayer, method_36021, createMockPlayer, m_177368_
void (int, int, int): b, pullLever, method_36002, toggleLever, m_177302_
void (BlockPos): e, pullLever, method_36039, toggleLever, m_177421_
void (BlockPos, long): a, pulseRedstone, method_35981, putAndRemoveRedstoneBlock, m_177234_
void (BlockPos): f, destroyBlock, method_36044, removeBlock, m_177434_
void (int, int, int, Block): a, setBlock, method_35946, setBlockState, m_177107_
void (int, int, int, BlockState): a, setBlock, method_35947, setBlockState, m_177112_
void (BlockPos, Block): a, setBlock, method_35984, setBlockState, m_177245_
void (BlockPos, BlockState): a, setBlock, method_35986, setBlockState, m_177252_
void (): d, setNight, method_36030, useNightTime, m_177396_
void (int): a, setDayTime, method_35944, setTime, m_177101_
void (Block, int, int, int): a, assertBlockPresent, method_35971, expectBlock, m_177203_
void (Block, BlockPos): a, assertBlockPresent, method_35972, expectBlock, m_177208_
void (Block, int, int, int): b, assertBlockNotPresent, method_36011, dontExpectBlock, m_177336_
void (Block, BlockPos): b, assertBlockNotPresent, method_36012, dontExpectBlock, m_177341_
void (Block, int, int, int): c, succeedWhenBlockPresent, method_36024, expectBlockAtEnd, m_177377_
void (Block, BlockPos): c, succeedWhenBlockPresent, method_36025, expectBlockAtEnd, m_177382_
void (BlockPos, Predicate<Block>, String): a, assertBlock, method_35991, checkBlock, m_177271_
void (BlockPos, Predicate<Block>, Supplier<String>): a, assertBlock, method_35992, checkBlock, m_177275_
<T extends Comparable<T>> void (BlockPos, Property<T>, T): a, assertBlockProperty, method_35987, expectBlockProperty, m_177255_
<T extends Comparable<T>> void (BlockPos, Property<T>, Predicate<T>, String): a, assertBlockProperty, method_35988, checkBlockProperty, m_177259_
void (BlockPos, Predicate<BlockState>, Supplier<String>): b, assertBlockState, method_36017, checkBlockState, m_177357_
void (EntityType<?>): a, assertEntityPresent, method_35959, expectEntity, m_177156_
void (EntityType<?>, int, int, int): c, assertEntityPresent, method_36022, expectEntityAt, m_177369_
void (EntityType<?>, BlockPos): c, assertEntityPresent, method_36023, expectEntityAt, m_177374_
void (EntityType<?>, BlockPos, double): a, assertEntityPresent, method_35965, expectEntityAround, m_177179_
void (Entity, int, int, int): a, assertEntityInstancePresent, method_35953, expectEntityAt, m_177132_
void (Entity, BlockPos): a, assertEntityInstancePresent, method_35955, expectEntityAt, m_177140_
void (Item, BlockPos, double, int): a, assertItemEntityCountIs, method_35970, expectItemsAt, m_177198_
void (Item, BlockPos, double): a, assertItemEntityPresent, method_35969, expectItemAt, m_177194_
void (EntityType<?>): b, assertEntityNotPresent, method_36004, dontExpectEntity, m_177309_
void (EntityType<?>, int, int, int): d, assertEntityNotPresent, method_36031, dontExpectEntityAt, m_177397_
void (EntityType<?>, BlockPos): d, assertEntityNotPresent, method_36032, dontExpectEntityAt, m_177402_
void (EntityType<?>, double, double, double): a, assertEntityTouching, method_35960, expectEntityToTouch, m_177158_
void (EntityType<?>, double, double, double): b, assertEntityNotTouching, method_36005, dontExpectEntityToTouch, m_177311_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<? super E, T>, T): a, assertEntityData, method_35982, expectEntityWithData, m_177237_
void (BlockPos): g, assertContainerEmpty, method_36047, expectEmptyContainer, m_177440_
void (BlockPos, Item): a, assertContainerContains, method_35983, expectContainerWith, m_177242_
void (BoundingBox, BlockPos): a, assertSameBlockStates, method_35977, expectSameStates, m_177224_
void (BlockPos, BlockPos): a, assertSameBlockState, method_35990, expectSameStates, m_177268_
void (long, BlockPos, Item): a, assertAtTickTimeContainerContains, method_35950, method_35950, m_177123_
void (long, BlockPos): a, assertAtTickTimeContainerEmpty, method_35949, method_35949, m_177120_
<E extends Entity, T> void (BlockPos, EntityType<E>, Function<E, T>, T): b, succeedWhenEntityData, method_36015, method_36015, m_177349_
<E extends Entity> void (E, Predicate<E>, String): a, assertEntityProperty, method_35958, method_35958, m_177152_
<E extends Entity, T> void (E, Function<E, T>, String, T): a, assertEntityProperty, method_35957, method_35957, m_177147_
void (EntityType<?>, int, int, int): e, succeedWhenEntityPresent, method_36037, method_36037, m_177413_
void (EntityType<?>, BlockPos): e, succeedWhenEntityPresent, method_36038, method_36038, m_177418_
void (EntityType<?>, int, int, int): f, succeedWhenEntityNotPresent, method_36042, method_36042, m_177426_
void (EntityType<?>, BlockPos): f, succeedWhenEntityNotPresent, method_36043, method_36043, m_177431_
void (): e, succeed, method_36036, complete, m_177412_
void (): h, ensureSingleFinalCheck, method_36048, markFinalCause, m_177442_
void (Runnable): a, succeedIf, method_35993, addFinalTask, m_177279_
void (Runnable): b, succeedWhen, method_36018, addInstantFinalTask, m_177361_
void (int, Runnable): a, succeedOnTickWhen, method_35948, addFinalTaskWithDuration, m_177117_
void (long, Runnable): a, runAtTickTime, method_35951, runAtTick, m_177127_
void (long, Runnable): b, runAfterDelay, method_36003, waitAndRun, m_177306_
void (BlockPos): h, randomTick, method_36050, forceRandomTick, m_177446_
void (String, BlockPos): a, fail, method_35997, throwPositionedException, m_177289_
void (String, Entity): a, fail, method_35996, throwPositionedException, m_177286_
void (String): a, fail, method_35995, throwGameTestException, m_177284_
void (Runnable): c, failIf, method_36028, method_36028, m_177392_
void (Runnable): d, failIfEver, method_36035, method_36035, m_177410_
GameTestSequence (): f, startSequence, method_36041, createTimedTaskRunner, m_177425_
BlockPos (BlockPos): i, absolutePos, method_36052, getAbsolutePos, m_177449_
BlockPos (BlockPos): j, relativePos, method_36054, getRelativePos, m_177452_
Vec3 (Vec3): a, absoluteVec, method_35978, getAbsolute, m_177227_
long (): g, getTick, method_36045, getTick, m_177436_
AABB (): i, getBounds, method_36051, getTestBox, m_177448_
AABB (): j, getRelativeBounds, method_36053, method_36053, m_177451_
void (Consumer<BlockPos>): a, forEveryBlockInStructure, method_35998, method_35998, m_177292_
void (Runnable): e, onEachTick, method_36040, method_36040, m_177423_
1.16.5
Names
net.minecraft.test.StartupParameter
net.minecraft.test.TestContext
Fields
Constructors
Methods
1.16.4
Names
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
kf
le
Fields
Constructors
Methods
1.16.1
Names
iv
kf
Fields
Constructors
Methods
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
iv
net.minecraft.gametest.framework.GameTestHelper
net.minecraft.class_4516
net.minecraft.test.StartupParameter
net.minecraft.test.TestTrackerHolder
Fields
GameTestInfo: a, testInfo, field_20558, test, field_229487_a_
Constructors
Methods