MCPcopy Create free account

hub / github.com/FundamentalLabs/minecraft-mcp / functions

Functions268 in github.com/FundamentalLabs/minecraft-mcp

↓ 1 callersFunctiongetBlockForColor
* Map RGB color to closest Minecraft block * This is a simplified color palette - you can expand this for better color matching
mcp-server/src/skills/verified/buildPixelArt.ts:222
↓ 1 callersMethodgetBot
(id: string)
mcp-server/src/botManager.ts:98
↓ 1 callersMethodgetBotByUsername
(username: string)
mcp-server/src/botManager.ts:128
↓ 1 callersMethodgetBotCount
()
mcp-server/src/botManager.ts:137
↓ 1 callersFunctiongetChunk
(bot: Bot)
mcp-server/src/skills/library/findExplorableChunk.ts:104
↓ 1 callersMethodgetClosest
* Gets the closest target to the bot in this list. * * @returns The closest target, or null if there are no targets.
mineflayer-collectblock/src/Targets.ts:31
↓ 1 callersFunctiongetClosestChest
(bot: Bot, chestLocations: Vec3[])
mineflayer-collectblock/src/Inventory.ts:11
↓ 1 callersFunctiongetCollapsedItemCounts
(items: IInventoryItem[])
mcp-server/src/skills/verified/pickupItem.ts:223
↓ 1 callersFunctiongetCooldown
(weaponName: string)
mineflayer-pvp/src/Cooldown.ts:16
↓ 1 callersFunctiongetCoordinates
* Get coordinate calculator based on facing direction
mcp-server/src/skills/verified/buildPixelArt.ts:177
↓ 1 callersFunctiongetEquipDestination
(itemName: string)
mcp-server/src/skills/verified/equipItem.ts:113
↓ 1 callersFunctiongetFuelBurnTime
(fuelName: string)
mcp-server/src/skills/library/useFurnace.ts:16
↓ 1 callersFunctiongetFuelSeconds
({ furnace, packet }: IGetFuelSeconds)
mcp-server/src/skills/library/useFurnace.ts:74
↓ 1 callersFunctiongetFuelSeconds
(furnace: Furnace, packet: any)
mcp-server/src/skills/verified/retrieveItemsFromNearbyFurnace.ts:35
↓ 1 callersFunctiongetIntermediateDestination
( bot: Bot, options: IGetIntermediateDestinationOptions, )
mcp-server/src/skills/library/navigateToLocation.ts:310
↓ 1 callersFunctiongetInventorySummary
(bot: Bot)
mcp-server/src/skills/verified/lookAround.ts:183
↓ 1 callersFunctiongetItemProgress
({ furnace, packet }: IGetFuelSeconds)
mcp-server/src/skills/library/useFurnace.ts:87
↓ 1 callersFunctiongetItemProgress
(furnace: Furnace, packet: any)
mcp-server/src/skills/verified/retrieveItemsFromNearbyFurnace.ts:55
↓ 1 callersFunctiongetNearbyBlocks
(bot: Bot, radius: number = 16)
mcp-server/src/skills/verified/lookAround.ts:92
↓ 1 callersFunctiongetNearbyEntities
(bot: Bot, radius: number = 16)
mcp-server/src/skills/verified/lookAround.ts:116
↓ 1 callersFunctiongetNearestSurfaceBlock
( bot: Bot, options: IGetNearestSurfaceBlockOptions, )
mcp-server/src/skills/library/navigateToLocation.ts:163
↓ 1 callersFunctiongetNeighborBlocks
( bot: Bot, options: IGetNeighborBlocksOptions, )
mcp-server/src/skills/verified/prepareLandForFarming.ts:174
↓ 1 callersFunctiongetNeighbors
(bot: Bot, options: IGetNeighborsOptions)
mcp-server/src/skills/library/findExplorableChunk.ts:127
↓ 1 callersMethodgetSkill
(name: string)
mcp-server/src/skillRegistry.ts:28
↓ 1 callersFunctiongetTimeOfDay
(bot: Bot)
mcp-server/src/skills/verified/lookAround.ts:165
↓ 1 callersFunctiongetWeather
(bot: Bot)
mcp-server/src/skills/verified/lookAround.ts:176
↓ 1 callersFunctiongotoChest
(bot: Bot, location: Vec3, cb?: Callback)
mineflayer-collectblock/src/Inventory.ts:64
↓ 1 callersFunctionharvestCrops
( bot: Bot, options: IHarvestCrops, )
mcp-server/src/skills/verified/harvestMatureCrops.ts:131
↓ 1 callersFunctionhasAdjacentLand
( bot: Bot, options: IHasAdjacentLandOptions, )
mcp-server/src/skills/verified/prepareLandForFarming.ts:205
↓ 1 callersFunctioninitializeSkills
()
mcp-server/src/mcp-server.ts:76
↓ 1 callersFunctionisBotFollowing
(bot: Bot, params: IIsBotFollowingParams)
mcp-server/src/skills/library/goToPerson.ts:197
↓ 1 callersFunctionisEntityAtPosition
* Checks if there is an entity at the given position. * @param {Object} bot - The Minecraft bot instance. * @param {Object} options * @param {Vec3}
mcp-server/src/skills/verified/placeItemNearYou.ts:266
↓ 1 callersFunctionisFlower
(name: string)
mcp-server/src/skills/library/mineBlock.ts:561
↓ 1 callersFunctionisFullyGrownCrop
(block: Block)
mcp-server/src/skills/verified/lookAround.ts:69
↓ 1 callersFunctionloadImage
* Load image from path or URL
mcp-server/src/skills/verified/buildPixelArt.ts:159
↓ 1 callersFunctionloadPathfinderPlugin
(bot: Bot)
mineflayer-collectblock/src/index.ts:15
↓ 1 callersFunctionloadSkills
()
mcp-server/src/skillRegistry.ts:350
↓ 1 callersFunctionloadToolPlugin
(bot: Bot)
mineflayer-collectblock/src/index.ts:20
↓ 1 callersFunctionmain
()
mcp-server/src/mcp-server.ts:349
↓ 1 callersFunctionmoveOutOfPosition
( bot: Bot, options: IMoveOutOfPositionOptions, )
mcp-server/src/skills/library/placeBlock.ts:291
↓ 1 callersMethodonceWithTimeout
* Resolve if event fires within the timeout. Rejects if the event did not fire within the timeout. * @param eventName Event name to listen to
mineflayer-pvp/src/PVP.ts:120
↓ 1 callersFunctionparseBlockInfo
(bot: Bot, block: Block)
mcp-server/src/skills/verified/lookAround.ts:42
↓ 1 callersFunctionplaceBlockAt
( bot: Bot, options: IPlaceBlockAtOptions, )
mcp-server/src/skills/library/placeBlockAt.ts:23
↓ 1 callersFunctionplaceItems
(bot: Bot, chestPos: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) => voi
mineflayer-collectblock/src/Inventory.ts:70
↓ 1 callersFunctionplantSeedsOnFarmland
( bot: Bot, options: IPlantSeedsOnFarmlandOptions, )
mcp-server/src/skills/library/plantSeedsOnFarmland.ts:26
↓ 1 callersMethodregisterSkill
(skill: SkillDefinition)
mcp-server/src/skillRegistry.ts:24
↓ 1 callersFunctionremoveItemsFromInventory
( options: IRemoveItemsFromInventory, )
mcp-server/src/skills/library/craftAnItem.ts:512
↓ 1 callersFunctionrequirementsMetForRecipe
( bot: Bot, options: IRequirementsMetForRecipeOptions, )
mcp-server/src/skills/library/generateCraftableItems.ts:97
↓ 1 callersFunctionretrieveItemsFromChest
( bot: Bot, options: IRetrieveItemsFromChestOptions, )
mcp-server/src/skills/library/takeItems.ts:134
↓ 1 callersFunctionretrieveSpecificItemFromChest
( bot: Bot, options: IRetrieveSpecificItemFromChestOptions, )
mcp-server/src/skills/library/takeItems.ts:193
↓ 1 callersMethodrunAll
* Runs all tasks currently in this queue and empties the queue. * * @param cb - The optional callback to be executed when all tasks in this queu
mineflayer-collectblock/src/TaskQueue.ts:48
↓ 1 callersFunctionteleportToLocation
( bot: Bot, options: ITeleportToLocationOptions, )
mcp-server/src/skills/library/teleportToLocation.ts:21
↓ 1 callersFunctiontillLandToFarmland
( bot: Bot, options: ITillLandToFarmlandOptions, )
mcp-server/src/skills/library/tillLandToFarmland.ts:24
↓ 1 callersFunctiontossItem
(bot: Bot, options: ITossItemOptions)
mcp-server/src/skills/library/tossItemTowardsPlayer.ts:165
↓ 1 callersFunctiontryCraftItem
( bot: Bot, options: ITryCraftItemOptions, )
mcp-server/src/skills/library/craftAnItem.ts:313
↓ 1 callersFunctiontryEmptyInventory
(bot: Bot, chestLocation: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) =
mineflayer-collectblock/src/Inventory.ts:57
↓ 1 callersMethodupdate
* Called each tick to update attack timers.
mineflayer-pvp/src/PVP.ts:161
↓ 1 callersFunctionupdateChestInterface
( bot: Bot, options: IUpdateChestInterfaceOptions, )
mcp-server/src/skills/library/updateChestInterface.ts:26
↓ 1 callersFunctionuseItemOnBlock
( bot: Bot, options: IUseItemOnBlockOptions, )
mcp-server/src/skills/verified/useItemOnBlockOrEntity.ts:255
↓ 1 callersFunctionuseItemOnEntity
( bot: Bot, options: IUseItemOnEntityOptions, )
mcp-server/src/skills/verified/useItemOnBlockOrEntity.ts:157
FunctionactivateBlockFunc
()
mcp-server/src/skills/library/tillLandToFarmland.ts:82
FunctionattackSomeone
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/attackSomeone.ts:20
FunctionbreakABlock
( bot: Bot, options: IBreakABlockOptions, )
mcp-server/src/skills/library/breakABlock.ts:27
FunctionbuildPixelArt
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/buildPixelArt.ts:32
FunctionbuildSomething
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/buildSomething.ts:41
FunctionbuildingInterfaceRadar
(bot: Bot)
mcp-server/src/skills/library/buildingInterfaceRadar.ts:11
Methodcallback
()
mineflayer-pvp/src/PVP.ts:122
FunctioncheckForWake
()
mcp-server/src/skills/verified/sleepInNearbyBed.ts:102
FunctioncheckResponse
(message: any)
mcp-server/src/skills/verified/buildSomething.ts:255
FunctioncheckResponse
(message: any)
mcp-server/src/skills/verified/buildPixelArt.ts:310
Methodcleanup
()
mineflayer-pvp/src/PVP.ts:124
FunctioncollectFunc
()
mcp-server/src/skills/library/breakABlock.ts:40
FunctioncollectFunc
()
mcp-server/src/skills/library/placeBlockAtCoordinates.ts:81
Methodconstructor
* Creates a new instance of the PVP plugin. * * @param bot - The bot this plugin is being attached to.
mineflayer-pvp/src/PVP.ts:58
Methodconstructor
(min: number = 10, max: number = 20)
mineflayer-pvp/src/TimingSolver.ts:28
Methodconstructor
(min: number = -2, max: number = 2)
mineflayer-pvp/src/TimingSolver.ts:52
Methodconstructor
()
mcp-server/src/skills/library/findExplorableChunk.ts:205
Methodconstructor
* Creates a new instance of the create block plugin. * * @param bot - The bot this plugin is acting on.
mineflayer-collectblock/src/CollectBlock.ts:379
Methodconstructor
(readonly eventName: string, readonly callback: Function)
mineflayer-collectblock/src/TemporarySubscriber.ts:4
Methodconstructor
(readonly bot: Bot)
mineflayer-collectblock/src/TemporarySubscriber.ts:10
Methodconstructor
(bot: Bot)
mineflayer-collectblock/src/Targets.ts:11
FunctioncookItem
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/cookItem.ts:19
FunctioncraftFunc
()
mcp-server/src/skills/library/craftAnItem.ts:236
FunctioncraftItems
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/craftItems.ts:23
Functiondance
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/dance.ts:19
FunctiondelayFunc
()
mcp-server/src/skills/library/mineBlock.ts:137
FunctiondestroyFunc
()
mcp-server/src/skills/library/tillLandToFarmland.ts:57
FunctiondigFn
()
mcp-server/src/skills/verified/harvestMatureCrops.ts:151
FunctiondigFunc
()
mcp-server/src/skills/library/mineBlock.ts:323
FunctiondigFunc
()
mcp-server/src/skills/verified/pickupItem.ts:295
FunctiondropItem
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/dropItem.ts:19
FunctioneatFood
( bot: Bot, params: ISkillParams, serviceParams: ISkillServiceParams, )
mcp-server/src/skills/verified/eatFood.ts:16
Methodempty
()
mineflayer-collectblock/src/Targets.ts:47
FunctionemptyInventoryIfFull
(bot: Bot, chestLocations: Vec3[], itemFilter: ItemFilter, cb?: Callback)
mineflayer-collectblock/src/Inventory.ts:30
FunctionendObservationHandler
(message: string)
mcp-server/src/skillRegistry.ts:418
FunctionequipFunc
()
mcp-server/src/skills/library/craftAnItem.ts:256
FunctionequipFunc
()
mcp-server/src/skills/library/tillLandToFarmland.ts:69
FunctionequipFunc
()
mcp-server/src/skills/library/plantSeedsOnFarmland.ts:94
FunctionequipFunc
()
mcp-server/src/skills/library/placeBlockAtCoordinates.ts:181
FunctionequipFunc
()
mcp-server/src/skills/verified/equipItem.ts:89
← previousnext →101–200 of 268, ranked by callers