Uses of Interface
net.minecraft.test.StructureBlockFinder
Packages that use StructureBlockFinder
-
Uses of StructureBlockFinder in net.minecraft.server.command
Classes in net.minecraft.server.command that implement StructureBlockFinderFields in net.minecraft.server.command declared as StructureBlockFinderModifier and TypeFieldDescription(package private) static final StructureBlockFinder
TestFinder.NOOP_STRUCTURE_BLOCK_FINDER
private final StructureBlockFinder
TestFinder.structureBlockPosFinder
Methods in net.minecraft.server.command with parameters of type StructureBlockFinderModifier and TypeMethodDescriptionprivate T
TestFinder.Runners.createRunner
(ServerCommandSource source, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockFinder) (package private) static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, StructureBlockFinder finder) Constructors in net.minecraft.server.command with parameters of type StructureBlockFinderModifierConstructorDescription(package private)
TestFinder
(ServerCommandSource commandSource, Function<TestFinder<T>, T> runnerFactory, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockPosFinder)