MCPcopy Create free account

hub / github.com/adepierre/Botcraft / functions

Functions3,957 in github.com/adepierre/Botcraft

↓ 572 callersMethodsize
protocolCraft/src/Types/NBT/Tag.cpp:374
↓ 358 callersMethodend
botcraft/include/botcraft/AI/BehaviourTree.hpp:542
↓ 331 callersMethodleaf
botcraft/include/botcraft/AI/BehaviourTree.hpp:746
↓ 242 callersMethodget
protocolCraft/include/protocolCraft/Types/NBT/Tag.hpp:209
↓ 181 callersFunctionSECTION
Process the section lines
tests/botcraft_online/src/tests/physics.cpp:259
↓ 144 callersFunctionstbi__get8
3rdparty/stb_image/include/stb_image/stb_image.h:1406
↓ 138 callersMethodpush_back
protocolCraft/src/Utilities/Json.cpp:257
↓ 122 callersMethodcontains
protocolCraft/src/Types/NBT/Tag.cpp:404
↓ 99 callersFunctionstbi__err
3rdparty/stb_image/include/stb_image/stb_image.h:851
↓ 95 callersMethodDump
protocolCraft/src/Utilities/Json.cpp:287
↓ 88 callersMethodGetBlock
botcraft/src/Game/World/World.cpp:142
↓ 88 callersMethodGetPosition
botcraft/src/Game/Entities/entities/Entity.cpp:933
↓ 71 callersMethodGetValue
botcraft/src/Game/Entities/EntityAttribute.cpp:57
↓ 69 callersMethodGetSlot
botcraft/src/Game/Inventory/Window.cpp:24
↓ 68 callersFunctionParse
protocolCraft/src/Utilities/Json.cpp:390
↓ 66 callersMethodGetLocalPlayer
botcraft/src/Game/ManagersClient.cpp:140
↓ 62 callersMethodIsEmptySlot
protocolCraft/include/protocolCraft/Types/Item/Slot.hpp:92
↓ 61 callersMethodGetName
protocolCraft/src/Types/Recipes/Recipe.cpp:162
↓ 60 callersMethodTick
botcraft/include/botcraft/AI/BehaviourTree.hpp:33
↓ 59 callersMethodsequence
Composites Custom function to add a sequence
botcraft/include/botcraft/AI/BehaviourTree.hpp:763
↓ 56 callersFunctionWaitForCondition
botcraft/src/Utilities/SleepUtilities.cpp:28
↓ 50 callersMethodGetHeight
botcraft/src/AI/Tasks/PathfindingTask.cpp:69
↓ 50 callersMethodSyncAction
botcraft/include/botcraft/AI/TemplatedBehaviourClient.hpp:149
↓ 49 callersMethodGetPlayerInventory
botcraft/src/Game/Inventory/InventoryManager.cpp:59
↓ 47 callersMethodGetItemId
@brief Utility function to simplify interfacing between 1.12.2 and later versions @return Paired { block_id, item_damage }
protocolCraft/include/protocolCraft/Types/Item/Slot.hpp:128
↓ 46 callersMethodGetX
botcraft/src/Game/Entities/entities/Entity.cpp:939
↓ 46 callersMethodGetZ
botcraft/src/Game/Entities/entities/Entity.cpp:951
↓ 45 callersMethodselector
Custom function to add a selector
botcraft/include/botcraft/AI/BehaviourTree.hpp:770
↓ 44 callersFunctionstbi__rewind
3rdparty/stb_image/include/stb_image/stb_image.h:764
↓ 43 callersMethodGetInventoryManager
botcraft/src/Game/ManagersClient.cpp:145
↓ 43 callersMethodIsEmpty
botcraft/src/AI/Tasks/PathfindingTask.cpp:64
↓ 43 callersMethodSend
botcraft/src/Network/NetworkManager.cpp:143
↓ 42 callersMethodGetWorld
botcraft/src/Game/ManagersClient.cpp:130
↓ 39 callersFunctionstbi__get16be
3rdparty/stb_image/include/stb_image/stb_image.h:1470
↓ 38 callersMethodGetItemID
botcraft/src/Game/AssetsManager.cpp:222
↓ 38 callersMethodSet
botcraft/include/botcraft/AI/Blackboard.hpp:144
↓ 34 callersMethodIsSolid
botcraft/src/AI/Tasks/PathfindingTask.cpp:65
↓ 34 callersMethodYield
@brief Can be called to pause the execution of the internal tree function. Call it in long function so the behaviour can be interrupted.
botcraft/include/botcraft/AI/TemplatedBehaviourClient.hpp:76
↓ 34 callersMethodtree
To add a tree
botcraft/include/botcraft/AI/BehaviourTree.hpp:436
↓ 33 callersMethodIsHazardous
botcraft/src/AI/Tasks/PathfindingTask.cpp:66
↓ 32 callersMethodRead
protocolCraft/include/protocolCraft/NetworkType.hpp:18
↓ 32 callersMethodWaitLine
tests/botcraft_online/src/MinecraftServer.cpp:125
↓ 32 callersMethodinverter
Decorator Inverter
botcraft/include/botcraft/AI/BehaviourTree.hpp:800
↓ 32 callersFunctionstbi__get32le
3rdparty/stb_image/include/stb_image/stb_image.h:1493
↓ 31 callersMethodIsAir
botcraft/src/Game/World/Blockstate.cpp:685
↓ 30 callersFunctionstbi__get16le
3rdparty/stb_image/include/stb_image/stb_image.h:1485
↓ 30 callersFunctionstbi__skip
3rdparty/stb_image/include/stb_image/stb_image.h:1429
↓ 29 callersMethodrepeater
Repeater
botcraft/include/botcraft/AI/BehaviourTree.hpp:814
↓ 28 callersMethodGet
botcraft/src/Renderer/Atlas.cpp:248
↓ 28 callersMethodGetNetworkManager
botcraft/src/Game/ConnectionClient.cpp:62
↓ 28 callersMethod_set_gamerule
(self, gamerule: str, value: str)
tests/botcraft_online/physics_trajectories/generate_vanilla_trajectories.py:257
↓ 28 callersFunctionstr_to_tuple_version
(version: str)
tests/botcraft_online/physics_trajectories/generate_vanilla_trajectories.py:26
↓ 27 callersMethodSqrDist
botcraft/include/botcraft/Game/Vector3.hpp:204
↓ 27 callersFunctionTestDig
tests/botcraft_online/src/tests/dig.cpp:12
↓ 26 callersMethodGetFull
protocolCraft/include/protocolCraft/Types/Identifier.hpp:46
↓ 26 callersMethodIsClimbable
botcraft/src/AI/Tasks/PathfindingTask.cpp:67
↓ 26 callersMethodSendLine
tests/botcraft_online/src/MinecraftServer.cpp:192
↓ 25 callersMethodGetY
botcraft/src/Game/Entities/entities/Entity.cpp:945
↓ 25 callersFunctionGiveItem
tests/botcraft_online/include/Utils.hpp:73
↓ 24 callersFunctionSTBI__CASE
3rdparty/stb_image/include/stb_image/stb_image.h:4418
↓ 23 callersMethodGetName
botcraft/src/Game/Entities/entities/MarkerEntity.cpp:17
↓ 23 callersMethodis_number
protocolCraft/src/Utilities/Json.cpp:170
↓ 22 callersFunctionReplaceCharacters
tests/botcraft_online/src/Utils.cpp:102
↓ 21 callersFunctionGoTo
botcraft/src/AI/Tasks/PathfindingTask.cpp:1484
↓ 21 callersMethodWrite
protocolCraft/include/protocolCraft/Packet.hpp:20
↓ 20 callersFunctionCloseContainer
botcraft/src/AI/Tasks/InventoryTasks.cpp:812
↓ 20 callersMethodSetInputsJump
botcraft/src/Game/Entities/LocalPlayer.cpp:311
↓ 20 callersMethodis_string
protocolCraft/src/Utilities/Json.cpp:144
↓ 20 callersFunctionstbi__malloc
3rdparty/stb_image/include/stb_image/stb_image.h:857
↓ 19 callersMethodGetChunks
botcraft/src/Game/World/World.cpp:266
↓ 19 callersMethodGetDataSharedFlagsIdImpl
botcraft/src/Game/Entities/entities/Entity.cpp:2177
↓ 19 callersMethodGetDirtyInputs
botcraft/src/Game/Entities/LocalPlayer.cpp:159
↓ 19 callersMethodGetFirstPlayerInventorySlot
botcraft/src/Game/Inventory/Window.cpp:87
↓ 19 callersMethodGetSlots
botcraft/src/Game/Inventory/Window.cpp:35
↓ 19 callersFunctionstbi__get32be
3rdparty/stb_image/include/stb_image/stb_image.h:1476
↓ 18 callersMethodGetFirstOpenedWindowId
botcraft/src/Game/Inventory/InventoryManager.cpp:70
↓ 18 callersFunctionGetItemName
tests/botcraft_online/src/tests/inventory.cpp:20
↓ 18 callersMethodLoadChunk
botcraft/src/Game/World/World.cpp:106
↓ 17 callersFunctionClickSlotInContainer
botcraft/src/AI/Tasks/InventoryTasks.cpp:66
↓ 17 callersMethodGetMax
botcraft/src/Game/Physics/AABB.cpp:23
↓ 17 callersMethodGetOnGround
botcraft/src/Game/Entities/entities/Entity.cpp:993
↓ 16 callersMethodGetMin
botcraft/src/Game/Physics/AABB.cpp:18
↓ 16 callersMethodGetType
botcraft/src/Game/Inventory/Window.cpp:46
↓ 16 callersMethodRegisterThread
botcraft/src/Utilities/Logger.cpp:104
↓ 16 callersFunctiondownload_file
(url: str, destination_folder: str, validate_size: bool = False)
tests/botcraft_online/physics_trajectories/generate_vanilla_trajectories.py:121
↓ 16 callersMethodwait_regex
(self, regex: str, timeout: Optional[float] = None)
tests/botcraft_online/physics_trajectories/generate_vanilla_trajectories.py:267
↓ 15 callersMethodGetItem
botcraft/src/Game/AssetsManager.cpp:190
↓ 15 callersFunctionYieldForCondition
botcraft/src/Utilities/SleepUtilities.cpp:42
↓ 15 callersFunctionstbi__at_eof
3rdparty/stb_image/include/stb_image/stb_image.h:1417
↓ 15 callersMethodsucceeder
Succeeder
botcraft/include/botcraft/AI/BehaviourTree.hpp:807
↓ 14 callersMethodGetHotbarSelected
botcraft/src/Game/Inventory/InventoryManager.cpp:85
↓ 14 callersMethodGetWindow
botcraft/src/Game/Inventory/InventoryManager.cpp:48
↓ 14 callersMethodIsSolid
botcraft/src/Game/World/Blockstate.cpp:690
↓ 14 callersMethodSetBehaviourTree
@brief Save the given tree to replace the current one as soon as possible. @param tree_ The new tree @param blackboard_ Initial values to put into the
botcraft/include/botcraft/AI/TemplatedBehaviourClient.hpp:65
↓ 14 callersMethodclose
botcraft/src/Network/TCP_Com.cpp:92
↓ 14 callersMethodsend_command
(self, command: str)
tests/botcraft_online/physics_trajectories/generate_vanilla_trajectories.py:261
↓ 13 callersMethodAddChild
botcraft/include/botcraft/AI/BehaviourTree.hpp:62
↓ 13 callersMethodGetEntities
botcraft/src/Game/Entities/EntityManager.cpp:39
↓ 13 callersMethodGetEntityManager
botcraft/src/Game/ManagersClient.cpp:135
↓ 13 callersMethodGetMinY
botcraft/src/Game/World/World.cpp:52
next →1–100 of 3,957, ranked by callers