Package net.minecraft.gametest.framework
Class BuiltinTestFunctions
java.lang.Object
net.minecraft.gametest.framework.TestFunctionLoader
net.minecraft.gametest.framework.BuiltinTestFunctions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceKey
<Consumer<GameTestHelper>> static final Consumer
<GameTestHelper> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Consumer
<GameTestHelper> bootstrap
(Registry<Consumer<GameTestHelper>> p_397103_) private static ResourceKey
<Consumer<GameTestHelper>> void
load
(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> p_397957_) Methods inherited from class net.minecraft.gametest.framework.TestFunctionLoader
registerLoader, runLoaders
-
Field Details
-
ALWAYS_PASS
-
ALWAYS_PASS_INSTANCE
-
-
Constructor Details
-
BuiltinTestFunctions
public BuiltinTestFunctions()
-
-
Method Details
-
create
-
bootstrap
-
load
public void load(BiConsumer<ResourceKey<Consumer<GameTestHelper>>, Consumer<GameTestHelper>> p_397957_) - Specified by:
load
in classTestFunctionLoader
-