Uses of Class
net.neoforged.testframework.gametest.StructureTemplateBuilder
Packages that use StructureTemplateBuilder
-
Uses of StructureTemplateBuilder in net.neoforged.testframework
Methods in net.neoforged.testframework with parameters of type StructureTemplateBuilderModifier and TypeMethodDescriptiondefault void
DynamicTest.registerGameTestTemplate
(StructureTemplateBuilder builder) Register the template for this game test.Method parameters in net.neoforged.testframework with type arguments of type StructureTemplateBuilderModifier and TypeMethodDescriptiondefault void
DynamicTest.registerGameTestTemplate
(Supplier<StructureTemplateBuilder> builder) Register the template for this game test. -
Uses of StructureTemplateBuilder in net.neoforged.testframework.gametest
Methods in net.neoforged.testframework.gametest that return StructureTemplateBuilderModifier and TypeMethodDescriptionStructureTemplateBuilder.fill
(int x, int y, int z, int toX, int toY, int toZ, BlockState state) StructureTemplateBuilder.fill
(int x, int y, int z, int toX, int toY, int toZ, BlockState state, @Nullable CompoundTag nbt) StructureTemplateBuilder.set
(int x, int y, int z, BlockState state) StructureTemplateBuilder.set
(int x, int y, int z, BlockState state, @Nullable CompoundTag nbt) static StructureTemplateBuilder
StructureTemplateBuilder.withSize
(int length, int height, int width) Method parameters in net.neoforged.testframework.gametest with type arguments of type StructureTemplateBuilderModifier and TypeMethodDescriptionstatic Supplier
<StructureTemplate> StructureTemplateBuilder.lazy
(int length, int height, int width, UnaryOperator<StructureTemplateBuilder> consumer)