Uses of Interface
net.minecraft.gametest.framework.StructureBlockPosFinder
Packages that use StructureBlockPosFinder
-
Uses of StructureBlockPosFinder in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement StructureBlockPosFinderFields in net.minecraft.gametest.framework declared as StructureBlockPosFinderModifier and TypeFieldDescription(package private) static final StructureBlockPosFinder
TestFinder.NO_STRUCTURES
private final StructureBlockPosFinder
TestFinder.structureBlockPosFinder
Methods in net.minecraft.gametest.framework with parameters of type StructureBlockPosFinderModifier and TypeMethodDescriptionprivate T
TestFinder.Builder.build
(CommandSourceStack source, TestFunctionFinder testFunctionFinder, StructureBlockPosFinder structureBlockPosFinder) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfos
(CommandSourceStack source, RetryOptions retryOptions, StructureBlockPosFinder structureBlockPosFinder) Constructors in net.minecraft.gametest.framework with parameters of type StructureBlockPosFinderModifierConstructorDescription(package private)
TestFinder
(CommandSourceStack source, Function<TestFinder<T>, T> contextProvider, TestFunctionFinder testFunctionFinder, StructureBlockPosFinder structureBlockPosFinder)