Uses of Class
net.neoforged.testframework.gametest.StructureTemplateBuilder
Packages that use StructureTemplateBuilder
- 
Uses of StructureTemplateBuilder in net.neoforged.testframeworkMethods in net.neoforged.testframework with parameters of type StructureTemplateBuilderModifier and TypeMethodDescriptiondefault voidDynamicTest.registerGameTestTemplate(StructureTemplateBuilder builder) Register the template for this game test.Method parameters in net.neoforged.testframework with type arguments of type StructureTemplateBuilderModifier and TypeMethodDescriptiondefault voidDynamicTest.registerGameTestTemplate(Supplier<StructureTemplateBuilder> builder) Register the template for this game test.
- 
Uses of StructureTemplateBuilder in net.neoforged.testframework.gametestMethods 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, CompoundTag nbt) StructureTemplateBuilder.set(int x, int y, int z, BlockState state) StructureTemplateBuilder.set(int x, int y, int z, BlockState state, CompoundTag nbt) static StructureTemplateBuilderStructureTemplateBuilder.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)