Uses of Interface
baritone.api.schematic.ISchematic
Packages that use ISchematic
-
Uses of ISchematic in baritone.api.process
Methods in baritone.api.process with parameters of type ISchematicModifier and TypeMethodDescriptionvoidIBuilderProcess.build(String name, ISchematic schematic, net.minecraft.core.Vec3i origin) Requests a build for the specified schematic, labeled as specified, with the specified origin. -
Uses of ISchematic in baritone.api.schematic
Subinterfaces of ISchematic in baritone.api.schematicModifier and TypeInterfaceDescriptioninterfaceA static schematic is capable of providing the desired state at a given position without additional context.Classes in baritone.api.schematic that implement ISchematicModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in baritone.api.schematic declared as ISchematicMethods in baritone.api.schematic with parameters of type ISchematicModifier and TypeMethodDescriptionstatic MaskSchematicMaskSchematic.create(ISchematic schematic, Mask function) voidCompositeSchematic.put(ISchematic extra, int x, int y, int z) Constructors in baritone.api.schematic with parameters of type ISchematicModifierConstructorDescriptionCompositeSchematicEntry(ISchematic schematic, int x, int y, int z) MaskSchematic(ISchematic schematic) MirroredSchematic(ISchematic schematic, net.minecraft.world.level.block.Mirror mirror) ReplaceSchematic(ISchematic schematic, BlockOptionalMetaLookup filter) RotatedSchematic(ISchematic schematic, net.minecraft.world.level.block.Rotation rotation) ShellSchematic(ISchematic schematic) SubstituteSchematic(ISchematic schematic, Map<net.minecraft.world.level.block.Block, List<net.minecraft.world.level.block.Block>> substitutions) WallsSchematic(ISchematic schematic)