Uses of Class
net.neoforged.testframework.gametest.StructureTemplateBuilder
-
Uses of StructureTemplateBuilder in net.neoforged.testframework
Modifier and TypeMethodDescriptiondefault void
DynamicTest.registerGameTestTemplate
(StructureTemplateBuilder builder) Register the template for this game test.Modifier and TypeMethodDescriptiondefault void
DynamicTest.registerGameTestTemplate
(Supplier<StructureTemplateBuilder> builder) Register the template for this game test. -
Uses of StructureTemplateBuilder in net.neoforged.testframework.gametest
Modifier 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) Modifier and TypeMethodDescriptionstatic Supplier
<StructureTemplate> StructureTemplateBuilder.lazy
(int length, int height, int width, UnaryOperator<StructureTemplateBuilder> consumer)