Uses of Class
baritone.api.utils.BlockOptionalMetaLookup
Packages that use BlockOptionalMetaLookup
-
Uses of BlockOptionalMetaLookup in baritone.api.cache
Methods in baritone.api.cache with parameters of type BlockOptionalMetaLookupModifier and TypeMethodDescriptionList<net.minecraft.core.BlockPos> IWorldScanner.scanChunk(IPlayerContext ctx, BlockOptionalMetaLookup filter, net.minecraft.world.level.ChunkPos pos, int max, int yLevelThreshold) Scans a single chunk for the specified blocks.List<net.minecraft.core.BlockPos> IWorldScanner.scanChunkRadius(IPlayerContext ctx, BlockOptionalMetaLookup filter, int max, int yLevelThreshold, int maxSearchRadius) Scans the world, up to the specified max chunk radius, for the specified blocks. -
Uses of BlockOptionalMetaLookup in baritone.api.process
Methods in baritone.api.process with parameters of type BlockOptionalMetaLookupModifier and TypeMethodDescriptionvoidIMineProcess.mine(int quantity, BlockOptionalMetaLookup filter) Begin to search for and mine the specified blocks until the number of specified items to get from the blocks that are mined.default voidIMineProcess.mine(BlockOptionalMetaLookup filter) Begin to search for and mine the specified blocks. -
Uses of BlockOptionalMetaLookup in baritone.api.schematic
Constructors in baritone.api.schematic with parameters of type BlockOptionalMetaLookupModifierConstructorDescriptionReplaceSchematic(ISchematic schematic, BlockOptionalMetaLookup filter)