Package net.minecraft.test
Class TestContext
java.lang.Object
net.minecraft.test.TestContext
- Mappings:
Namespace Name named net/minecraft/test/TestContextintermediary net/minecraft/class_4516official th
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFinalTask(Runnable runnable) voidaddFinalTaskWithDuration(int duration, Runnable runnable) voidaddInstantFinalTask(Runnable runnable) void<N> voidassertEquals(N value, N expected, String name) voidassertFalse(boolean condition, String message) voidassertTrue(boolean condition, String message) voidcheckBlock(BlockPos pos, Predicate<Block> predicate, String errorMessage) void<T extends BlockEntity>
voidcheckBlockEntity(BlockPos pos, Predicate<T> predicate, Supplier<String> errorMessageSupplier) <T extends Comparable<T>>
voidcheckBlockProperty(BlockPos pos, Property<T> property, Predicate<T> predicate, String errorMessage) voidcheckBlockState(BlockPos pos, Predicate<BlockState> predicate, Supplier<String> errorMessageSupplier) voidcomplete()Deprecated, for removal: This API element is subject to removal in a future version.createMockPlayer(GameMode gameMode) voiddontExpectBlock(Block block, int x, int y, int z) voiddontExpectBlock(Block block, BlockPos pos) voiddontExpectEntity(EntityType<?> type) voiddontExpectEntityAt(EntityType<?> type, int x, int y, int z) voiddontExpectEntityAt(EntityType<?> type, BlockPos pos) voiddontExpectEntityAtEnd(EntityType<?> type, int x, int y, int z) voiddontExpectEntityAtEnd(EntityType<?> type, BlockPos pos) voiddontExpectEntityBetween(EntityType<?> type, Box box) voiddontExpectEntityToTouch(EntityType<?> type, double x, double y, double z) voiddontExpectItem(Item item) voiddontExpectItemAt(Item item, BlockPos pos, double radius) drown(LivingEntity entity) voidexpectBlock(Block block, int x, int y, int z) voidexpectBlock(Block block, BlockPos pos) voidexpectBlockAtEnd(Block block, int x, int y, int z) voidexpectBlockAtEnd(Block block, BlockPos pos) <T extends Comparable<T>>
voidexpectBlockProperty(BlockPos pos, Property<T> property, T value) voidexpectContainerWith(long delay, BlockPos pos, Item item) voidexpectContainerWith(BlockPos pos, Item item) voidexpectEmptyContainer(long delay, BlockPos pos) voidvoidexpectEntities(EntityType<?> type, int amount) voidexpectEntitiesAround(EntityType<?> type, BlockPos pos, int amount, double radius) voidexpectEntity(EntityType<?> type) <E extends Entity>
EexpectEntity(EntityType<E> type, int x, int y, int z, double margin) <E extends Entity,T>
voidexpectEntity(BlockPos pos, EntityType<E> type, Predicate<E> predicate) voidexpectEntityAround(EntityType<?> type, BlockPos pos, double radius) voidexpectEntityAt(Entity entity, int x, int y, int z) voidexpectEntityAt(Entity entity, BlockPos pos) voidexpectEntityAt(EntityType<?> type, int x, int y, int z) voidexpectEntityAt(EntityType<?> type, BlockPos pos) voidexpectEntityAtEnd(EntityType<?> type, int x, int y, int z) voidexpectEntityAtEnd(EntityType<?> type, BlockPos pos) <E extends Entity>
EexpectEntityAtOrigin(EntityType<E> type) voidexpectEntityHasEffect(LivingEntity entity, RegistryEntry<StatusEffect> effect, int amplifier) <E extends LivingEntity>
voidexpectEntityHoldingItem(BlockPos pos, EntityType<E> entityType, Item item) voidexpectEntityIn(Entity entity, Box box, String message) voidexpectEntityInside(EntityType<?> type, Box box) voidexpectEntityToTouch(EntityType<?> type, double x, double y, double z) <E extends Entity,T>
voidexpectEntityWithData(BlockPos pos, EntityType<E> type, Function<? super E, T> entityDataGetter, T data) <E extends Entity,T>
voidexpectEntityWithDataEnd(BlockPos pos, EntityType<E> type, Function<E, T> entityDataGetter, T data) <E extends Entity & InventoryOwner>
voidexpectEntityWithItem(BlockPos pos, EntityType<E> entityType, Item item) voidexpectItem(Item item) voidexpectItemAt(Item item, BlockPos pos, double radius) voidexpectItemsAt(Item item, BlockPos pos, double radius, int amount) voidexpectRedstonePower(BlockPos pos, Direction direction, IntPredicate powerPredicate, Supplier<String> errorMessage) voidexpectSameStates(BlockBox checkedBlockBox, BlockPos correctStatePos) voidexpectSameStates(BlockPos checkedPos, BlockPos correctStatePos) voidforceRandomTick(BlockPos pos) voidvoidvoidforEachRelativePos(Consumer<BlockPos> posConsumer) voidforEachRemainingTick(Runnable runnable) getAbsolute(Box box) getAbsolute(Vec3d pos) getAbsolutePos(BlockPos pos) <T extends BlockEntity>
TgetBlockEntity(BlockPos pos) getBlockState(BlockPos pos) getEntities(EntityType<T> type) getEntitiesAround(EntityType<E> type, int x, int y, int z, double margin) getEntitiesAround(EntityType<E> type, Vec3d pos, double margin) getEntitiesAround(EntityType<T> type, BlockPos pos, double radius) getRelative(Box box) getRelative(Vec3d pos) getRelativePos(BlockPos pos) private BoxintgetRelativeTopY(Heightmap.Type heightmap, int x, int z) longgetTick()getWorld()voidvoidkillAllEntities(Class entityClass) private voidvoidpushButton(int x, int y, int z) voidpushButton(BlockPos pos) voidputAndRemoveRedstoneBlock(BlockPos pos, long delay) voidremoveBlock(BlockPos pos) voidrunAtEveryTick(Runnable task) voidvoidsetBiome(RegistryKey<Biome> biome) voidsetBlockState(int x, int y, int z, Block block) voidsetBlockState(int x, int y, int z, BlockState state) voidsetBlockState(BlockPos pos, Block block) voidsetBlockState(BlockPos pos, BlockState state) voidsetEntityPos(MobEntity entity, float x, float y, float z) setHealthLow(LivingEntity entity) voidsetTime(int timeOfDay) <E extends Entity>
EspawnEntity(EntityType<E> type, float x, float y, float z) <E extends Entity>
EspawnEntity(EntityType<E> type, int x, int y, int z) <E extends Entity>
EspawnEntity(EntityType<E> type, BlockPos pos) <E extends Entity>
EspawnEntity(EntityType<E> type, Vec3d pos) <E extends MobEntity>
EspawnMob(EntityType<E> type, float x, float y, float z) <E extends MobEntity>
EspawnMob(EntityType<E> type, int x, int y, int z) <E extends MobEntity>
EspawnMob(EntityType<E> type, BlockPos pos) <E extends MobEntity>
EspawnMob(EntityType<E> type, Vec3d pos) startMovingTowards(MobEntity entity, BlockPos pos, float speed) <E extends Entity>
voidtestEntity(E entity, Predicate<E> predicate, String testName) <E extends Entity,T>
voidtestEntityProperty(E entity, Function<E, T> propertyGetter, String propertyName, T expectedValue) voidthrowGameTestException(String message) voidthrowPositionedException(String message, Entity entity) voidthrowPositionedException(String message, BlockPos pos) voidtoggleLever(int x, int y, int z) voidtoggleLever(BlockPos pos) voidvoiduseBlock(BlockPos pos, PlayerEntity player) voiduseBlock(BlockPos pos, PlayerEntity player, BlockHitResult result) voidvoiduseStackOnBlock(PlayerEntity player, ItemStack stack, BlockPos pos, Direction direction) voidwaitAndRun(long ticks, Runnable runnable)
-
Field Details
-
test
- Mappings:
Namespace Name Mixin selector named testLnet/minecraft/test/TestContext;test:Lnet/minecraft/test/GameTestState;intermediary field_20558Lnet/minecraft/class_4516;field_20558:Lnet/minecraft/class_4517;official aLth;a:Lti;
-
hasFinalClause
private boolean hasFinalClause- Mappings:
Namespace Name Mixin selector named hasFinalClauseLnet/minecraft/test/TestContext;hasFinalClause:Zintermediary field_33146Lnet/minecraft/class_4516;field_33146:Zofficial bLth;b:Z
-
-
Constructor Details
-
TestContext
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/test/TestContext;<init>(Lnet/minecraft/test/GameTestState;)Vintermediary <init>Lnet/minecraft/class_4516;<init>(Lnet/minecraft/class_4517;)Vofficial <init>Lth;<init>(Lti;)V
-
-
Method Details
-
getWorld
- Mappings:
Namespace Name Mixin selector named getWorldLnet/minecraft/test/TestContext;getWorld()Lnet/minecraft/server/world/ServerWorld;intermediary method_35943Lnet/minecraft/class_4516;method_35943()Lnet/minecraft/class_3218;official aLth;a()Larq;
-
getBlockState
- Mappings:
Namespace Name Mixin selector named getBlockStateLnet/minecraft/test/TestContext;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;intermediary method_35980Lnet/minecraft/class_4516;method_35980(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;official aLth;a(Ljh;)Ldvo;
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector named getBlockEntityLnet/minecraft/test/TestContext;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_36014Lnet/minecraft/class_4516;method_36014(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;official bLth;b(Ljh;)Ldsr;
-
killAllEntities
public void killAllEntities()- Mappings:
Namespace Name Mixin selector named killAllEntitiesLnet/minecraft/test/TestContext;killAllEntities()Vintermediary method_36001Lnet/minecraft/class_4516;method_36001()Vofficial bLth;b()V
-
killAllEntities
- Mappings:
Namespace Name Mixin selector named killAllEntitiesLnet/minecraft/test/TestContext;killAllEntities(Ljava/lang/Class;)Vintermediary method_52207Lnet/minecraft/class_4516;method_52207(Ljava/lang/Class;)Vofficial aLth;a(Ljava/lang/Class;)V
-
spawnItem
- Mappings:
Namespace Name Mixin selector named spawnItemLnet/minecraft/test/TestContext;spawnItem(Lnet/minecraft/item/Item;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/entity/ItemEntity;intermediary method_57100Lnet/minecraft/class_4516;method_57100(Lnet/minecraft/class_1792;Lnet/minecraft/class_243;)Lnet/minecraft/class_1542;official aLth;a(Lcwb;Lezr;)Lckz;
-
spawnItem
- Mappings:
Namespace Name Mixin selector named spawnItemLnet/minecraft/test/TestContext;spawnItem(Lnet/minecraft/item/Item;FFF)Lnet/minecraft/entity/ItemEntity;intermediary method_35968Lnet/minecraft/class_4516;method_35968(Lnet/minecraft/class_1792;FFF)Lnet/minecraft/class_1542;official aLth;a(Lcwb;FFF)Lckz;
-
spawnItem
- Mappings:
Namespace Name Mixin selector named spawnItemLnet/minecraft/test/TestContext;spawnItem(Lnet/minecraft/item/Item;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ItemEntity;intermediary method_46225Lnet/minecraft/class_4516;method_46225(Lnet/minecraft/class_1792;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1542;official aLth;a(Lcwb;Ljh;)Lckz;
-
spawnEntity
- Mappings:
Namespace Name Mixin selector named spawnEntityLnet/minecraft/test/TestContext;spawnEntity(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/Entity;intermediary method_35964Lnet/minecraft/class_4516;method_35964(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1297;official aLth;a(Lbup;Ljh;)Lbui;
-
spawnEntity
- Mappings:
Namespace Name Mixin selector named spawnEntityLnet/minecraft/test/TestContext;spawnEntity(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/entity/Entity;intermediary method_35963Lnet/minecraft/class_4516;method_35963(Lnet/minecraft/class_1299;Lnet/minecraft/class_243;)Lnet/minecraft/class_1297;official aLth;a(Lbup;Lezr;)Lbui;
-
expectEntityAtOrigin
- Mappings:
Namespace Name Mixin selector named expectEntityAtOriginLnet/minecraft/test/TestContext;expectEntityAtOrigin(Lnet/minecraft/entity/EntityType;)Lnet/minecraft/entity/Entity;intermediary method_56201Lnet/minecraft/class_4516;method_56201(Lnet/minecraft/class_1299;)Lnet/minecraft/class_1297;official aLth;a(Lbup;)Lbui;
-
expectEntity
- Mappings:
Namespace Name Mixin selector named expectEntityLnet/minecraft/test/TestContext;expectEntity(Lnet/minecraft/entity/EntityType;IIID)Lnet/minecraft/entity/Entity;intermediary method_56202Lnet/minecraft/class_4516;method_56202(Lnet/minecraft/class_1299;IIID)Lnet/minecraft/class_1297;official aLth;a(Lbup;IIID)Lbui;
-
getEntitiesAround
public <E extends Entity> List<E> getEntitiesAround(EntityType<E> type, int x, int y, int z, double margin) - Mappings:
Namespace Name Mixin selector named getEntitiesAroundLnet/minecraft/test/TestContext;getEntitiesAround(Lnet/minecraft/entity/EntityType;IIID)Ljava/util/List;intermediary method_56207Lnet/minecraft/class_4516;method_56207(Lnet/minecraft/class_1299;IIID)Ljava/util/List;official bLth;b(Lbup;IIID)Ljava/util/List;
-
getEntitiesAround
- Mappings:
Namespace Name Mixin selector named getEntitiesAroundLnet/minecraft/test/TestContext;getEntitiesAround(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/Vec3d;D)Ljava/util/List;intermediary method_56203Lnet/minecraft/class_4516;method_56203(Lnet/minecraft/class_1299;Lnet/minecraft/class_243;D)Ljava/util/List;official aLth;a(Lbup;Lezr;D)Ljava/util/List;
-
spawnEntity
- Mappings:
Namespace Name Mixin selector named spawnEntityLnet/minecraft/test/TestContext;spawnEntity(Lnet/minecraft/entity/EntityType;III)Lnet/minecraft/entity/Entity;intermediary method_35962Lnet/minecraft/class_4516;method_35962(Lnet/minecraft/class_1299;III)Lnet/minecraft/class_1297;official aLth;a(Lbup;III)Lbui;
-
spawnEntity
- Mappings:
Namespace Name Mixin selector named spawnEntityLnet/minecraft/test/TestContext;spawnEntity(Lnet/minecraft/entity/EntityType;FFF)Lnet/minecraft/entity/Entity;intermediary method_35961Lnet/minecraft/class_4516;method_35961(Lnet/minecraft/class_1299;FFF)Lnet/minecraft/class_1297;official aLth;a(Lbup;FFF)Lbui;
-
spawnMob
- Mappings:
Namespace Name Mixin selector named spawnMobLnet/minecraft/test/TestContext;spawnMob(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/mob/MobEntity;intermediary method_36009Lnet/minecraft/class_4516;method_36009(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1308;official bLth;b(Lbup;Ljh;)Lbvg;
-
spawnMob
- Mappings:
Namespace Name Mixin selector named spawnMobLnet/minecraft/test/TestContext;spawnMob(Lnet/minecraft/entity/EntityType;III)Lnet/minecraft/entity/mob/MobEntity;intermediary method_36007Lnet/minecraft/class_4516;method_36007(Lnet/minecraft/class_1299;III)Lnet/minecraft/class_1308;official bLth;b(Lbup;III)Lbvg;
-
spawnMob
- Mappings:
Namespace Name Mixin selector named spawnMobLnet/minecraft/test/TestContext;spawnMob(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/entity/mob/MobEntity;intermediary method_36008Lnet/minecraft/class_4516;method_36008(Lnet/minecraft/class_1299;Lnet/minecraft/class_243;)Lnet/minecraft/class_1308;official bLth;b(Lbup;Lezr;)Lbvg;
-
spawnMob
- Mappings:
Namespace Name Mixin selector named spawnMobLnet/minecraft/test/TestContext;spawnMob(Lnet/minecraft/entity/EntityType;FFF)Lnet/minecraft/entity/mob/MobEntity;intermediary method_36006Lnet/minecraft/class_4516;method_36006(Lnet/minecraft/class_1299;FFF)Lnet/minecraft/class_1308;official bLth;b(Lbup;FFF)Lbvg;
-
setEntityPos
- Mappings:
Namespace Name Mixin selector named setEntityPosLnet/minecraft/test/TestContext;setEntityPos(Lnet/minecraft/entity/mob/MobEntity;FFF)Vintermediary method_57099Lnet/minecraft/class_4516;method_57099(Lnet/minecraft/class_1308;FFF)Vofficial aLth;a(Lbvg;FFF)V
-
startMovingTowards
- Mappings:
Namespace Name Mixin selector named startMovingTowardsLnet/minecraft/test/TestContext;startMovingTowards(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/util/math/BlockPos;F)Lnet/minecraft/test/TimedTaskRunner;intermediary method_35967Lnet/minecraft/class_4516;method_35967(Lnet/minecraft/class_1308;Lnet/minecraft/class_2338;F)Lnet/minecraft/class_4693;official aLth;a(Lbvg;Ljh;F)Ltm;
-
pushButton
public void pushButton(int x, int y, int z) - Mappings:
Namespace Name Mixin selector named pushButtonLnet/minecraft/test/TestContext;pushButton(III)Vintermediary method_35945Lnet/minecraft/class_4516;method_35945(III)Vofficial aLth;a(III)V
-
pushButton
- Mappings:
Namespace Name Mixin selector named pushButtonLnet/minecraft/test/TestContext;pushButton(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36026Lnet/minecraft/class_4516;method_36026(Lnet/minecraft/class_2338;)Vofficial cLth;c(Ljh;)V
-
useBlock
- Mappings:
Namespace Name Mixin selector named useBlockLnet/minecraft/test/TestContext;useBlock(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_46229Lnet/minecraft/class_4516;method_46229(Lnet/minecraft/class_2338;)Vofficial dLth;d(Ljh;)V
-
useBlock
- Mappings:
Namespace Name Mixin selector named useBlockLnet/minecraft/test/TestContext;useBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Vintermediary method_36034Lnet/minecraft/class_4516;method_36034(Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;)Vofficial aLth;a(Ljh;Lcor;)V
-
useBlock
- Mappings:
Namespace Name Mixin selector named useBlockLnet/minecraft/test/TestContext;useBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/hit/BlockHitResult;)Vintermediary method_47817Lnet/minecraft/class_4516;method_47817(Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_3965;)Vofficial aLth;a(Ljh;Lcor;Lezn;)V
-
drown
- Mappings:
Namespace Name Mixin selector named drownLnet/minecraft/test/TestContext;drown(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/entity/LivingEntity;intermediary method_35966Lnet/minecraft/class_4516;method_35966(Lnet/minecraft/class_1309;)Lnet/minecraft/class_1309;official aLth;a(Lbve;)Lbve;
-
setHealthLow
- Mappings:
Namespace Name Mixin selector named setHealthLowLnet/minecraft/test/TestContext;setHealthLow(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/entity/LivingEntity;intermediary method_51821Lnet/minecraft/class_4516;method_51821(Lnet/minecraft/class_1309;)Lnet/minecraft/class_1309;official bLth;b(Lbve;)Lbve;
-
createMockPlayer
- Mappings:
Namespace Name Mixin selector named createMockPlayerLnet/minecraft/test/TestContext;createMockPlayer(Lnet/minecraft/world/GameMode;)Lnet/minecraft/entity/player/PlayerEntity;intermediary method_36021Lnet/minecraft/class_4516;method_36021(Lnet/minecraft/class_1934;)Lnet/minecraft/class_1657;official aLth;a(Ldfc;)Lcor;
-
createMockCreativeServerPlayerInWorld
Deprecated, for removal: This API element is subject to removal in a future version.- Mappings:
Namespace Name Mixin selector named createMockCreativeServerPlayerInWorldLnet/minecraft/test/TestContext;createMockCreativeServerPlayerInWorld()Lnet/minecraft/server/network/ServerPlayerEntity;intermediary method_51891Lnet/minecraft/class_4516;method_51891()Lnet/minecraft/class_3222;official cLth;c()Larr;
-
toggleLever
public void toggleLever(int x, int y, int z) - Mappings:
Namespace Name Mixin selector named toggleLeverLnet/minecraft/test/TestContext;toggleLever(III)Vintermediary method_36002Lnet/minecraft/class_4516;method_36002(III)Vofficial bLth;b(III)V
-
toggleLever
- Mappings:
Namespace Name Mixin selector named toggleLeverLnet/minecraft/test/TestContext;toggleLever(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36039Lnet/minecraft/class_4516;method_36039(Lnet/minecraft/class_2338;)Vofficial eLth;e(Ljh;)V
-
putAndRemoveRedstoneBlock
- Mappings:
Namespace Name Mixin selector named putAndRemoveRedstoneBlockLnet/minecraft/test/TestContext;putAndRemoveRedstoneBlock(Lnet/minecraft/util/math/BlockPos;J)Vintermediary method_35981Lnet/minecraft/class_4516;method_35981(Lnet/minecraft/class_2338;J)Vofficial aLth;a(Ljh;J)V
-
removeBlock
- Mappings:
Namespace Name Mixin selector named removeBlockLnet/minecraft/test/TestContext;removeBlock(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36044Lnet/minecraft/class_4516;method_36044(Lnet/minecraft/class_2338;)Vofficial fLth;f(Ljh;)V
-
setBlockState
- Mappings:
Namespace Name Mixin selector named setBlockStateLnet/minecraft/test/TestContext;setBlockState(IIILnet/minecraft/block/Block;)Vintermediary method_35946Lnet/minecraft/class_4516;method_35946(IIILnet/minecraft/class_2248;)Vofficial aLth;a(IIILdij;)V
-
setBlockState
- Mappings:
Namespace Name Mixin selector named setBlockStateLnet/minecraft/test/TestContext;setBlockState(IIILnet/minecraft/block/BlockState;)Vintermediary method_35947Lnet/minecraft/class_4516;method_35947(IIILnet/minecraft/class_2680;)Vofficial aLth;a(IIILdvo;)V
-
setBlockState
- Mappings:
Namespace Name Mixin selector named setBlockStateLnet/minecraft/test/TestContext;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Vintermediary method_35984Lnet/minecraft/class_4516;method_35984(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial aLth;a(Ljh;Ldij;)V
-
setBlockState
- Mappings:
Namespace Name Mixin selector named setBlockStateLnet/minecraft/test/TestContext;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary method_35986Lnet/minecraft/class_4516;method_35986(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial aLth;a(Ljh;Ldvo;)V
-
useNightTime
public void useNightTime()- Mappings:
Namespace Name Mixin selector named useNightTimeLnet/minecraft/test/TestContext;useNightTime()Vintermediary method_36030Lnet/minecraft/class_4516;method_36030()Vofficial dLth;d()V
-
setTime
public void setTime(int timeOfDay) - Mappings:
Namespace Name Mixin selector named setTimeLnet/minecraft/test/TestContext;setTime(I)Vintermediary method_35944Lnet/minecraft/class_4516;method_35944(I)Vofficial aLth;a(I)V
-
expectBlock
- Mappings:
Namespace Name Mixin selector named expectBlockLnet/minecraft/test/TestContext;expectBlock(Lnet/minecraft/block/Block;III)Vintermediary method_35971Lnet/minecraft/class_4516;method_35971(Lnet/minecraft/class_2248;III)Vofficial aLth;a(Ldij;III)V
-
expectBlock
- Mappings:
Namespace Name Mixin selector named expectBlockLnet/minecraft/test/TestContext;expectBlock(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_35972Lnet/minecraft/class_4516;method_35972(Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)Vofficial aLth;a(Ldij;Ljh;)V
-
dontExpectBlock
- Mappings:
Namespace Name Mixin selector named dontExpectBlockLnet/minecraft/test/TestContext;dontExpectBlock(Lnet/minecraft/block/Block;III)Vintermediary method_36011Lnet/minecraft/class_4516;method_36011(Lnet/minecraft/class_2248;III)Vofficial bLth;b(Ldij;III)V
-
dontExpectBlock
- Mappings:
Namespace Name Mixin selector named dontExpectBlockLnet/minecraft/test/TestContext;dontExpectBlock(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36012Lnet/minecraft/class_4516;method_36012(Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)Vofficial bLth;b(Ldij;Ljh;)V
-
expectBlockAtEnd
- Mappings:
Namespace Name Mixin selector named expectBlockAtEndLnet/minecraft/test/TestContext;expectBlockAtEnd(Lnet/minecraft/block/Block;III)Vintermediary method_36024Lnet/minecraft/class_4516;method_36024(Lnet/minecraft/class_2248;III)Vofficial cLth;c(Ldij;III)V
-
expectBlockAtEnd
- Mappings:
Namespace Name Mixin selector named expectBlockAtEndLnet/minecraft/test/TestContext;expectBlockAtEnd(Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36025Lnet/minecraft/class_4516;method_36025(Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)Vofficial cLth;c(Ldij;Ljh;)V
-
checkBlock
- Mappings:
Namespace Name Mixin selector named checkBlockLnet/minecraft/test/TestContext;checkBlock(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;Ljava/lang/String;)Vintermediary method_35991Lnet/minecraft/class_4516;method_35991(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;Ljava/lang/String;)Vofficial aLth;a(Ljh;Ljava/util/function/Predicate;Ljava/lang/String;)V
-
checkBlock
public void checkBlock(BlockPos pos, Predicate<Block> predicate, Supplier<String> errorMessageSupplier) - Mappings:
Namespace Name Mixin selector named checkBlockLnet/minecraft/test/TestContext;checkBlock(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vintermediary method_35992Lnet/minecraft/class_4516;method_35992(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vofficial aLth;a(Ljh;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)V
-
expectBlockProperty
public <T extends Comparable<T>> void expectBlockProperty(BlockPos pos, Property<T> property, T value) - Mappings:
Namespace Name Mixin selector named expectBlockPropertyLnet/minecraft/test/TestContext;expectBlockProperty(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Vintermediary method_35987Lnet/minecraft/class_4516;method_35987(Lnet/minecraft/class_2338;Lnet/minecraft/class_2769;Ljava/lang/Comparable;)Vofficial aLth;a(Ljh;Ldwq;Ljava/lang/Comparable;)V
-
checkBlockProperty
public <T extends Comparable<T>> void checkBlockProperty(BlockPos pos, Property<T> property, Predicate<T> predicate, String errorMessage) - Mappings:
Namespace Name Mixin selector named checkBlockPropertyLnet/minecraft/test/TestContext;checkBlockProperty(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/state/property/Property;Ljava/util/function/Predicate;Ljava/lang/String;)Vintermediary method_35988Lnet/minecraft/class_4516;method_35988(Lnet/minecraft/class_2338;Lnet/minecraft/class_2769;Ljava/util/function/Predicate;Ljava/lang/String;)Vofficial aLth;a(Ljh;Ldwq;Ljava/util/function/Predicate;Ljava/lang/String;)V
-
checkBlockState
public void checkBlockState(BlockPos pos, Predicate<BlockState> predicate, Supplier<String> errorMessageSupplier) - Mappings:
Namespace Name Mixin selector named checkBlockStateLnet/minecraft/test/TestContext;checkBlockState(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vintermediary method_36017Lnet/minecraft/class_4516;method_36017(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vofficial bLth;b(Ljh;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)V
-
checkBlockEntity
public <T extends BlockEntity> void checkBlockEntity(BlockPos pos, Predicate<T> predicate, Supplier<String> errorMessageSupplier) - Mappings:
Namespace Name Mixin selector named checkBlockEntityLnet/minecraft/test/TestContext;checkBlockEntity(Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vintermediary method_60651Lnet/minecraft/class_4516;method_60651(Lnet/minecraft/class_2338;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)Vofficial cLth;c(Ljh;Ljava/util/function/Predicate;Ljava/util/function/Supplier;)V
-
expectRedstonePower
public void expectRedstonePower(BlockPos pos, Direction direction, IntPredicate powerPredicate, Supplier<String> errorMessage) - Mappings:
Namespace Name Mixin selector named expectRedstonePowerLnet/minecraft/test/TestContext;expectRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Ljava/util/function/IntPredicate;Ljava/util/function/Supplier;)Vintermediary method_52225Lnet/minecraft/class_4516;method_52225(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Ljava/util/function/IntPredicate;Ljava/util/function/Supplier;)Vofficial aLth;a(Ljh;Ljm;Ljava/util/function/IntPredicate;Ljava/util/function/Supplier;)V
-
expectEntity
- Mappings:
Namespace Name Mixin selector named expectEntityLnet/minecraft/test/TestContext;expectEntity(Lnet/minecraft/entity/EntityType;)Vintermediary method_35959Lnet/minecraft/class_4516;method_35959(Lnet/minecraft/class_1299;)Vofficial bLth;b(Lbup;)V
-
expectEntityAt
- Mappings:
Namespace Name Mixin selector named expectEntityAtLnet/minecraft/test/TestContext;expectEntityAt(Lnet/minecraft/entity/EntityType;III)Vintermediary method_36022Lnet/minecraft/class_4516;method_36022(Lnet/minecraft/class_1299;III)Vofficial cLth;c(Lbup;III)V
-
expectEntityAt
- Mappings:
Namespace Name Mixin selector named expectEntityAtLnet/minecraft/test/TestContext;expectEntityAt(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36023Lnet/minecraft/class_4516;method_36023(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Vofficial cLth;c(Lbup;Ljh;)V
-
expectEntityInside
- Mappings:
Namespace Name Mixin selector named expectEntityInsideLnet/minecraft/test/TestContext;expectEntityInside(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/Box;)Vintermediary method_46224Lnet/minecraft/class_4516;method_46224(Lnet/minecraft/class_1299;Lnet/minecraft/class_238;)Vofficial aLth;a(Lbup;Lezm;)V
-
expectEntities
- Mappings:
Namespace Name Mixin selector named expectEntitiesLnet/minecraft/test/TestContext;expectEntities(Lnet/minecraft/entity/EntityType;I)Vintermediary method_55323Lnet/minecraft/class_4516;method_55323(Lnet/minecraft/class_1299;I)Vofficial aLth;a(Lbup;I)V
-
expectEntitiesAround
- Mappings:
Namespace Name Mixin selector named expectEntitiesAroundLnet/minecraft/test/TestContext;expectEntitiesAround(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;ID)Vintermediary method_44606Lnet/minecraft/class_4516;method_44606(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;ID)Vofficial aLth;a(Lbup;Ljh;ID)V
-
expectEntityAround
- Mappings:
Namespace Name Mixin selector named expectEntityAroundLnet/minecraft/test/TestContext;expectEntityAround(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;D)Vintermediary method_35965Lnet/minecraft/class_4516;method_35965(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;D)Vofficial aLth;a(Lbup;Ljh;D)V
-
getEntitiesAround
public <T extends Entity> List<T> getEntitiesAround(EntityType<T> type, BlockPos pos, double radius) - Mappings:
Namespace Name Mixin selector named getEntitiesAroundLnet/minecraft/test/TestContext;getEntitiesAround(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;D)Ljava/util/List;intermediary method_44335Lnet/minecraft/class_4516;method_44335(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;D)Ljava/util/List;official bLth;b(Lbup;Ljh;D)Ljava/util/List;
-
getEntities
- Mappings:
Namespace Name Mixin selector named getEntitiesLnet/minecraft/test/TestContext;getEntities(Lnet/minecraft/entity/EntityType;)Ljava/util/List;intermediary method_56208Lnet/minecraft/class_4516;method_56208(Lnet/minecraft/class_1299;)Ljava/util/List;official cLth;c(Lbup;)Ljava/util/List;
-
expectEntityAt
- Mappings:
Namespace Name Mixin selector named expectEntityAtLnet/minecraft/test/TestContext;expectEntityAt(Lnet/minecraft/entity/Entity;III)Vintermediary method_35953Lnet/minecraft/class_4516;method_35953(Lnet/minecraft/class_1297;III)Vofficial aLth;a(Lbui;III)V
-
expectEntityAt
- Mappings:
Namespace Name Mixin selector named expectEntityAtLnet/minecraft/test/TestContext;expectEntityAt(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_35955Lnet/minecraft/class_4516;method_35955(Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;)Vofficial aLth;a(Lbui;Ljh;)V
-
expectItemsAt
- Mappings:
Namespace Name Mixin selector named expectItemsAtLnet/minecraft/test/TestContext;expectItemsAt(Lnet/minecraft/item/Item;Lnet/minecraft/util/math/BlockPos;DI)Vintermediary method_35970Lnet/minecraft/class_4516;method_35970(Lnet/minecraft/class_1792;Lnet/minecraft/class_2338;DI)Vofficial aLth;a(Lcwb;Ljh;DI)V
-
expectItemAt
- Mappings:
Namespace Name Mixin selector named expectItemAtLnet/minecraft/test/TestContext;expectItemAt(Lnet/minecraft/item/Item;Lnet/minecraft/util/math/BlockPos;D)Vintermediary method_35969Lnet/minecraft/class_4516;method_35969(Lnet/minecraft/class_1792;Lnet/minecraft/class_2338;D)Vofficial aLth;a(Lcwb;Ljh;D)V
-
dontExpectItemAt
- Mappings:
Namespace Name Mixin selector named dontExpectItemAtLnet/minecraft/test/TestContext;dontExpectItemAt(Lnet/minecraft/item/Item;Lnet/minecraft/util/math/BlockPos;D)Vintermediary method_42762Lnet/minecraft/class_4516;method_42762(Lnet/minecraft/class_1792;Lnet/minecraft/class_2338;D)Vofficial bLth;b(Lcwb;Ljh;D)V
-
expectItem
- Mappings:
Namespace Name Mixin selector named expectItemLnet/minecraft/test/TestContext;expectItem(Lnet/minecraft/item/Item;)Vintermediary method_54143Lnet/minecraft/class_4516;method_54143(Lnet/minecraft/class_1792;)Vofficial aLth;a(Lcwb;)V
-
dontExpectItem
- Mappings:
Namespace Name Mixin selector named dontExpectItemLnet/minecraft/test/TestContext;dontExpectItem(Lnet/minecraft/item/Item;)Vintermediary method_54144Lnet/minecraft/class_4516;method_54144(Lnet/minecraft/class_1792;)Vofficial bLth;b(Lcwb;)V
-
dontExpectEntity
- Mappings:
Namespace Name Mixin selector named dontExpectEntityLnet/minecraft/test/TestContext;dontExpectEntity(Lnet/minecraft/entity/EntityType;)Vintermediary method_36004Lnet/minecraft/class_4516;method_36004(Lnet/minecraft/class_1299;)Vofficial dLth;d(Lbup;)V
-
dontExpectEntityAt
- Mappings:
Namespace Name Mixin selector named dontExpectEntityAtLnet/minecraft/test/TestContext;dontExpectEntityAt(Lnet/minecraft/entity/EntityType;III)Vintermediary method_36031Lnet/minecraft/class_4516;method_36031(Lnet/minecraft/class_1299;III)Vofficial dLth;d(Lbup;III)V
-
dontExpectEntityAt
- Mappings:
Namespace Name Mixin selector named dontExpectEntityAtLnet/minecraft/test/TestContext;dontExpectEntityAt(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36032Lnet/minecraft/class_4516;method_36032(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Vofficial dLth;d(Lbup;Ljh;)V
-
dontExpectEntityBetween
- Mappings:
Namespace Name Mixin selector named dontExpectEntityBetweenLnet/minecraft/test/TestContext;dontExpectEntityBetween(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/Box;)Vintermediary method_59872Lnet/minecraft/class_4516;method_59872(Lnet/minecraft/class_1299;Lnet/minecraft/class_238;)Vofficial bLth;b(Lbup;Lezm;)V
-
expectEntityToTouch
- Mappings:
Namespace Name Mixin selector named expectEntityToTouchLnet/minecraft/test/TestContext;expectEntityToTouch(Lnet/minecraft/entity/EntityType;DDD)Vintermediary method_35960Lnet/minecraft/class_4516;method_35960(Lnet/minecraft/class_1299;DDD)Vofficial aLth;a(Lbup;DDD)V
-
dontExpectEntityToTouch
- Mappings:
Namespace Name Mixin selector named dontExpectEntityToTouchLnet/minecraft/test/TestContext;dontExpectEntityToTouch(Lnet/minecraft/entity/EntityType;DDD)Vintermediary method_36005Lnet/minecraft/class_4516;method_36005(Lnet/minecraft/class_1299;DDD)Vofficial bLth;b(Lbup;DDD)V
-
expectEntity
public <E extends Entity,T> void expectEntity(BlockPos pos, EntityType<E> type, Predicate<E> predicate) - Mappings:
Namespace Name Mixin selector named expectEntityLnet/minecraft/test/TestContext;expectEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;Ljava/util/function/Predicate;)Vintermediary method_64113Lnet/minecraft/class_4516;method_64113(Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;Ljava/util/function/Predicate;)Vofficial aLth;a(Ljh;Lbup;Ljava/util/function/Predicate;)V
-
expectEntityWithData
public <E extends Entity,T> void expectEntityWithData(BlockPos pos, EntityType<E> type, Function<? super E, T> entityDataGetter, @Nullable T data) - Mappings:
Namespace Name Mixin selector named expectEntityWithDataLnet/minecraft/test/TestContext;expectEntityWithData(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;Ljava/util/function/Function;Ljava/lang/Object;)Vintermediary method_35982Lnet/minecraft/class_4516;method_35982(Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;Ljava/util/function/Function;Ljava/lang/Object;)Vofficial aLth;a(Ljh;Lbup;Ljava/util/function/Function;Ljava/lang/Object;)V
-
expectEntityHoldingItem
public <E extends LivingEntity> void expectEntityHoldingItem(BlockPos pos, EntityType<E> entityType, Item item) - Mappings:
Namespace Name Mixin selector named expectEntityHoldingItemLnet/minecraft/test/TestContext;expectEntityHoldingItem(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;Lnet/minecraft/item/Item;)Vintermediary method_48001Lnet/minecraft/class_4516;method_48001(Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;Lnet/minecraft/class_1792;)Vofficial aLth;a(Ljh;Lbup;Lcwb;)V
-
expectEntityWithItem
public <E extends Entity & InventoryOwner> void expectEntityWithItem(BlockPos pos, EntityType<E> entityType, Item item) - Mappings:
Namespace Name Mixin selector named expectEntityWithItemLnet/minecraft/test/TestContext;expectEntityWithItem(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;Lnet/minecraft/item/Item;)Vintermediary method_48003Lnet/minecraft/class_4516;method_48003(Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;Lnet/minecraft/class_1792;)Vofficial bLth;b(Ljh;Lbup;Lcwb;)V
-
expectEmptyContainer
- Mappings:
Namespace Name Mixin selector named expectEmptyContainerLnet/minecraft/test/TestContext;expectEmptyContainer(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36047Lnet/minecraft/class_4516;method_36047(Lnet/minecraft/class_2338;)Vofficial gLth;g(Ljh;)V
-
expectContainerWith
- Mappings:
Namespace Name Mixin selector named expectContainerWithLnet/minecraft/test/TestContext;expectContainerWith(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/item/Item;)Vintermediary method_35983Lnet/minecraft/class_4516;method_35983(Lnet/minecraft/class_2338;Lnet/minecraft/class_1792;)Vofficial aLth;a(Ljh;Lcwb;)V
-
expectSameStates
- Mappings:
Namespace Name Mixin selector named expectSameStatesLnet/minecraft/test/TestContext;expectSameStates(Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_35977Lnet/minecraft/class_4516;method_35977(Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;)Vofficial aLth;a(Lelt;Ljh;)V
-
expectSameStates
- Mappings:
Namespace Name Mixin selector named expectSameStatesLnet/minecraft/test/TestContext;expectSameStates(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_35990Lnet/minecraft/class_4516;method_35990(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Vofficial aLth;a(Ljh;Ljh;)V
-
expectContainerWith
- Mappings:
Namespace Name Mixin selector named expectContainerWithLnet/minecraft/test/TestContext;expectContainerWith(JLnet/minecraft/util/math/BlockPos;Lnet/minecraft/item/Item;)Vintermediary method_35950Lnet/minecraft/class_4516;method_35950(JLnet/minecraft/class_2338;Lnet/minecraft/class_1792;)Vofficial aLth;a(JLjh;Lcwb;)V
-
expectEmptyContainer
- Mappings:
Namespace Name Mixin selector named expectEmptyContainerLnet/minecraft/test/TestContext;expectEmptyContainer(JLnet/minecraft/util/math/BlockPos;)Vintermediary method_35949Lnet/minecraft/class_4516;method_35949(JLnet/minecraft/class_2338;)Vofficial aLth;a(JLjh;)V
-
expectEntityWithDataEnd
public <E extends Entity,T> void expectEntityWithDataEnd(BlockPos pos, EntityType<E> type, Function<E, T> entityDataGetter, T data) - Mappings:
Namespace Name Mixin selector named expectEntityWithDataEndLnet/minecraft/test/TestContext;expectEntityWithDataEnd(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityType;Ljava/util/function/Function;Ljava/lang/Object;)Vintermediary method_36015Lnet/minecraft/class_4516;method_36015(Lnet/minecraft/class_2338;Lnet/minecraft/class_1299;Ljava/util/function/Function;Ljava/lang/Object;)Vofficial bLth;b(Ljh;Lbup;Ljava/util/function/Function;Ljava/lang/Object;)V
-
expectEntityIn
- Mappings:
Namespace Name Mixin selector named expectEntityInLnet/minecraft/test/TestContext;expectEntityIn(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;Ljava/lang/String;)Vintermediary method_61173Lnet/minecraft/class_4516;method_61173(Lnet/minecraft/class_1297;Lnet/minecraft/class_238;Ljava/lang/String;)Vofficial aLth;a(Lbui;Lezm;Ljava/lang/String;)V
-
testEntity
- Mappings:
Namespace Name Mixin selector named testEntityLnet/minecraft/test/TestContext;testEntity(Lnet/minecraft/entity/Entity;Ljava/util/function/Predicate;Ljava/lang/String;)Vintermediary method_35958Lnet/minecraft/class_4516;method_35958(Lnet/minecraft/class_1297;Ljava/util/function/Predicate;Ljava/lang/String;)Vofficial aLth;a(Lbui;Ljava/util/function/Predicate;Ljava/lang/String;)V
-
testEntityProperty
public <E extends Entity,T> void testEntityProperty(E entity, Function<E, T> propertyGetter, String propertyName, T expectedValue) - Mappings:
Namespace Name Mixin selector named testEntityPropertyLnet/minecraft/test/TestContext;testEntityProperty(Lnet/minecraft/entity/Entity;Ljava/util/function/Function;Ljava/lang/String;Ljava/lang/Object;)Vintermediary method_35957Lnet/minecraft/class_4516;method_35957(Lnet/minecraft/class_1297;Ljava/util/function/Function;Ljava/lang/String;Ljava/lang/Object;)Vofficial aLth;a(Lbui;Ljava/util/function/Function;Ljava/lang/String;Ljava/lang/Object;)V
-
expectEntityHasEffect
public void expectEntityHasEffect(LivingEntity entity, RegistryEntry<StatusEffect> effect, int amplifier) - Mappings:
Namespace Name Mixin selector named expectEntityHasEffectLnet/minecraft/test/TestContext;expectEntityHasEffect(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/registry/entry/RegistryEntry;I)Vintermediary method_52889Lnet/minecraft/class_4516;method_52889(Lnet/minecraft/class_1309;Lnet/minecraft/class_6880;I)Vofficial aLth;a(Lbve;Ljq;I)V
-
expectEntityAtEnd
- Mappings:
Namespace Name Mixin selector named expectEntityAtEndLnet/minecraft/test/TestContext;expectEntityAtEnd(Lnet/minecraft/entity/EntityType;III)Vintermediary method_36037Lnet/minecraft/class_4516;method_36037(Lnet/minecraft/class_1299;III)Vofficial eLth;e(Lbup;III)V
-
expectEntityAtEnd
- Mappings:
Namespace Name Mixin selector named expectEntityAtEndLnet/minecraft/test/TestContext;expectEntityAtEnd(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36038Lnet/minecraft/class_4516;method_36038(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Vofficial eLth;e(Lbup;Ljh;)V
-
dontExpectEntityAtEnd
- Mappings:
Namespace Name Mixin selector named dontExpectEntityAtEndLnet/minecraft/test/TestContext;dontExpectEntityAtEnd(Lnet/minecraft/entity/EntityType;III)Vintermediary method_36042Lnet/minecraft/class_4516;method_36042(Lnet/minecraft/class_1299;III)Vofficial fLth;f(Lbup;III)V
-
dontExpectEntityAtEnd
- Mappings:
Namespace Name Mixin selector named dontExpectEntityAtEndLnet/minecraft/test/TestContext;dontExpectEntityAtEnd(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36043Lnet/minecraft/class_4516;method_36043(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;)Vofficial fLth;f(Lbup;Ljh;)V
-
complete
public void complete()- Mappings:
Namespace Name Mixin selector named completeLnet/minecraft/test/TestContext;complete()Vintermediary method_36036Lnet/minecraft/class_4516;method_36036()Vofficial eLth;e()V
-
markFinalCause
private void markFinalCause()- Mappings:
Namespace Name Mixin selector named markFinalCauseLnet/minecraft/test/TestContext;markFinalCause()Vintermediary method_36048Lnet/minecraft/class_4516;method_36048()Vofficial kLth;k()V
-
addFinalTask
- Mappings:
Namespace Name Mixin selector named addFinalTaskLnet/minecraft/test/TestContext;addFinalTask(Ljava/lang/Runnable;)Vintermediary method_35993Lnet/minecraft/class_4516;method_35993(Ljava/lang/Runnable;)Vofficial aLth;a(Ljava/lang/Runnable;)V
-
addInstantFinalTask
- Mappings:
Namespace Name Mixin selector named addInstantFinalTaskLnet/minecraft/test/TestContext;addInstantFinalTask(Ljava/lang/Runnable;)Vintermediary method_36018Lnet/minecraft/class_4516;method_36018(Ljava/lang/Runnable;)Vofficial bLth;b(Ljava/lang/Runnable;)V
-
addFinalTaskWithDuration
- Mappings:
Namespace Name Mixin selector named addFinalTaskWithDurationLnet/minecraft/test/TestContext;addFinalTaskWithDuration(ILjava/lang/Runnable;)Vintermediary method_35948Lnet/minecraft/class_4516;method_35948(ILjava/lang/Runnable;)Vofficial aLth;a(ILjava/lang/Runnable;)V
-
runAtTick
- Mappings:
Namespace Name Mixin selector named runAtTickLnet/minecraft/test/TestContext;runAtTick(JLjava/lang/Runnable;)Vintermediary method_35951Lnet/minecraft/class_4516;method_35951(JLjava/lang/Runnable;)Vofficial aLth;a(JLjava/lang/Runnable;)V
-
waitAndRun
- Mappings:
Namespace Name Mixin selector named waitAndRunLnet/minecraft/test/TestContext;waitAndRun(JLjava/lang/Runnable;)Vintermediary method_36003Lnet/minecraft/class_4516;method_36003(JLjava/lang/Runnable;)Vofficial bLth;b(JLjava/lang/Runnable;)V
-
forceRandomTick
- Mappings:
Namespace Name Mixin selector named forceRandomTickLnet/minecraft/test/TestContext;forceRandomTick(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_36050Lnet/minecraft/class_4516;method_36050(Lnet/minecraft/class_2338;)Vofficial hLth;h(Ljh;)V
-
forceTickIceAndSnow
- Mappings:
Namespace Name Mixin selector named forceTickIceAndSnowLnet/minecraft/test/TestContext;forceTickIceAndSnow(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_55453Lnet/minecraft/class_4516;method_55453(Lnet/minecraft/class_2338;)Vofficial iLth;i(Ljh;)V
-
forceTickIceAndSnow
public void forceTickIceAndSnow()- Mappings:
Namespace Name Mixin selector named forceTickIceAndSnowLnet/minecraft/test/TestContext;forceTickIceAndSnow()Vintermediary method_55452Lnet/minecraft/class_4516;method_55452()Vofficial fLth;f()V
-
getRelativeTopY
- Mappings:
Namespace Name Mixin selector named getRelativeTopYLnet/minecraft/test/TestContext;getRelativeTopY(Lnet/minecraft/world/Heightmap$Type;II)Iintermediary method_42063Lnet/minecraft/class_4516;method_42063(Lnet/minecraft/class_2902$class_2903;II)Iofficial aLth;a(Lebj$a;II)I
-
throwPositionedException
- Mappings:
Namespace Name Mixin selector named throwPositionedExceptionLnet/minecraft/test/TestContext;throwPositionedException(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_35997Lnet/minecraft/class_4516;method_35997(Ljava/lang/String;Lnet/minecraft/class_2338;)Vofficial aLth;a(Ljava/lang/String;Ljh;)V
-
throwPositionedException
- Mappings:
Namespace Name Mixin selector named throwPositionedExceptionLnet/minecraft/test/TestContext;throwPositionedException(Ljava/lang/String;Lnet/minecraft/entity/Entity;)Vintermediary method_35996Lnet/minecraft/class_4516;method_35996(Ljava/lang/String;Lnet/minecraft/class_1297;)Vofficial aLth;a(Ljava/lang/String;Lbui;)V
-
throwGameTestException
- Mappings:
Namespace Name Mixin selector named throwGameTestExceptionLnet/minecraft/test/TestContext;throwGameTestException(Ljava/lang/String;)Vintermediary method_35995Lnet/minecraft/class_4516;method_35995(Ljava/lang/String;)Vofficial aLth;a(Ljava/lang/String;)V
-
addTask
- Mappings:
Namespace Name Mixin selector named addTaskLnet/minecraft/test/TestContext;addTask(Ljava/lang/Runnable;)Vintermediary method_36028Lnet/minecraft/class_4516;method_36028(Ljava/lang/Runnable;)Vofficial cLth;c(Ljava/lang/Runnable;)V
-
runAtEveryTick
- Mappings:
Namespace Name Mixin selector named runAtEveryTickLnet/minecraft/test/TestContext;runAtEveryTick(Ljava/lang/Runnable;)Vintermediary method_36035Lnet/minecraft/class_4516;method_36035(Ljava/lang/Runnable;)Vofficial dLth;d(Ljava/lang/Runnable;)V
-
createTimedTaskRunner
- Mappings:
Namespace Name Mixin selector named createTimedTaskRunnerLnet/minecraft/test/TestContext;createTimedTaskRunner()Lnet/minecraft/test/TimedTaskRunner;intermediary method_36041Lnet/minecraft/class_4516;method_36041()Lnet/minecraft/class_4693;official gLth;g()Ltm;
-
getAbsolutePos
- Mappings:
Namespace Name Mixin selector named getAbsolutePosLnet/minecraft/test/TestContext;getAbsolutePos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;intermediary method_36052Lnet/minecraft/class_4516;method_36052(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;official jLth;j(Ljh;)Ljh;
-
getRelativePos
- Mappings:
Namespace Name Mixin selector named getRelativePosLnet/minecraft/test/TestContext;getRelativePos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;intermediary method_36054Lnet/minecraft/class_4516;method_36054(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;official kLth;k(Ljh;)Ljh;
-
getAbsolute
- Mappings:
Namespace Name Mixin selector named getAbsoluteLnet/minecraft/test/TestContext;getAbsolute(Lnet/minecraft/util/math/Box;)Lnet/minecraft/util/math/Box;intermediary method_62772Lnet/minecraft/class_4516;method_62772(Lnet/minecraft/class_238;)Lnet/minecraft/class_238;official aLth;a(Lezm;)Lezm;
-
getRelative
- Mappings:
Namespace Name Mixin selector named getRelativeLnet/minecraft/test/TestContext;getRelative(Lnet/minecraft/util/math/Box;)Lnet/minecraft/util/math/Box;intermediary method_62773Lnet/minecraft/class_4516;method_62773(Lnet/minecraft/class_238;)Lnet/minecraft/class_238;official bLth;b(Lezm;)Lezm;
-
getAbsolute
- Mappings:
Namespace Name Mixin selector named getAbsoluteLnet/minecraft/test/TestContext;getAbsolute(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/Vec3d;intermediary method_35978Lnet/minecraft/class_4516;method_35978(Lnet/minecraft/class_243;)Lnet/minecraft/class_243;official aLth;a(Lezr;)Lezr;
-
getRelative
- Mappings:
Namespace Name Mixin selector named getRelativeLnet/minecraft/test/TestContext;getRelative(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/Vec3d;intermediary method_46227Lnet/minecraft/class_4516;method_46227(Lnet/minecraft/class_243;)Lnet/minecraft/class_243;official bLth;b(Lezr;)Lezr;
-
getRotation
- Mappings:
Namespace Name Mixin selector named getRotationLnet/minecraft/test/TestContext;getRotation()Lnet/minecraft/util/BlockRotation;intermediary method_61093Lnet/minecraft/class_4516;method_61093()Lnet/minecraft/class_2470;official hLth;h()Ldow;
-
assertTrue
- Mappings:
Namespace Name Mixin selector named assertTrueLnet/minecraft/test/TestContext;assertTrue(ZLjava/lang/String;)Vintermediary method_46226Lnet/minecraft/class_4516;method_46226(ZLjava/lang/String;)Vofficial aLth;a(ZLjava/lang/String;)V
-
assertEquals
- Mappings:
Namespace Name Mixin selector named assertEqualsLnet/minecraft/test/TestContext;assertEquals(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)Vintermediary method_56606Lnet/minecraft/class_4516;method_56606(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)Vofficial aLth;a(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)V
-
assertFalse
- Mappings:
Namespace Name Mixin selector named assertFalseLnet/minecraft/test/TestContext;assertFalse(ZLjava/lang/String;)Vintermediary method_49994Lnet/minecraft/class_4516;method_49994(ZLjava/lang/String;)Vofficial bLth;b(ZLjava/lang/String;)V
-
getTick
public long getTick()- Mappings:
Namespace Name Mixin selector named getTickLnet/minecraft/test/TestContext;getTick()Jintermediary method_36045Lnet/minecraft/class_4516;method_36045()Jofficial iLth;i()J
-
getTestBox
- Mappings:
Namespace Name Mixin selector named getTestBoxLnet/minecraft/test/TestContext;getTestBox()Lnet/minecraft/util/math/Box;intermediary method_36051Lnet/minecraft/class_4516;method_36051()Lnet/minecraft/class_238;official jLth;j()Lezm;
-
getRelativeTestBox
- Mappings:
Namespace Name Mixin selector named getRelativeTestBoxLnet/minecraft/test/TestContext;getRelativeTestBox()Lnet/minecraft/util/math/Box;intermediary method_36053Lnet/minecraft/class_4516;method_36053()Lnet/minecraft/class_238;official lLth;l()Lezm;
-
forEachRelativePos
- Mappings:
Namespace Name Mixin selector named forEachRelativePosLnet/minecraft/test/TestContext;forEachRelativePos(Ljava/util/function/Consumer;)Vintermediary method_35998Lnet/minecraft/class_4516;method_35998(Ljava/util/function/Consumer;)Vofficial aLth;a(Ljava/util/function/Consumer;)V
-
forEachRemainingTick
- Mappings:
Namespace Name Mixin selector named forEachRemainingTickLnet/minecraft/test/TestContext;forEachRemainingTick(Ljava/lang/Runnable;)Vintermediary method_36040Lnet/minecraft/class_4516;method_36040(Ljava/lang/Runnable;)Vofficial eLth;e(Ljava/lang/Runnable;)V
-
useStackOnBlock
public void useStackOnBlock(PlayerEntity player, ItemStack stack, BlockPos pos, Direction direction) - Mappings:
Namespace Name Mixin selector named useStackOnBlockLnet/minecraft/test/TestContext;useStackOnBlock(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Vintermediary method_47816Lnet/minecraft/class_4516;method_47816(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Vofficial aLth;a(Lcor;Lcwf;Ljh;Ljm;)V
-
setBiome
- Mappings:
Namespace Name Mixin selector named setBiomeLnet/minecraft/test/TestContext;setBiome(Lnet/minecraft/registry/RegistryKey;)Vintermediary method_55451Lnet/minecraft/class_4516;method_55451(Lnet/minecraft/class_5321;)Vofficial aLth;a(Lalk;)V
-