MCPcopy Create free account

hub / github.com/EndstoneMC/endstone / functions

Functions3,897 in github.com/EndstoneMC/endstone

↓ 2 callersFunctionhandleEvent
src/endstone/runtime/bedrock_hooks/script_actor_gameplay_handler.cpp:28
↓ 2 callersMethodhasDamage
src/endstone/core/inventory/meta/item_meta.h:171
↓ 2 callersMethodhasDisplayName
src/endstone/core/inventory/meta/item_meta.h:86
↓ 2 callersMethodhasEnchants
src/endstone/core/inventory/meta/item_meta.h:106
↓ 2 callersMethodhasItemMeta
src/endstone/core/inventory/item_stack.cpp:117
↓ 2 callersMethodhasMapId
src/endstone/core/inventory/meta/map_meta.cpp:38
↓ 2 callersMethodhasOverflowed
src/bedrock/core/utility/binary_stream.cpp:108
↓ 2 callersMethodhasRepairCost
src/endstone/core/inventory/meta/item_meta.h:177
↓ 2 callersMethodhasScore
src/bedrock/world/scores/objective.cpp:54
↓ 2 callersFunctionhasTag
src/bedrock/entity/systems/tag_system.h:21
↓ 2 callersMethodhasValue
src/bedrock/gamerefs/owner_ptr.h:35
↓ 2 callersMethodisAsynchronous
* Any custom event that should not by synchronized with other events must use the specific constructor. * * @return false by default, true i
include/endstone/event/event.h:62
↓ 2 callersMethodisClientSide
src/bedrock/world/actor/actor.cpp:124
↓ 2 callersMethodisEmpty
src/bedrock/nbt/compound_tag.cpp:331
↓ 2 callersMethodisEmptyBlock
src/bedrock/world/level/block_source.cpp:19
↓ 2 callersMethodisLocked
src/endstone/core/map/map_view.cpp:128
↓ 2 callersMethodisNormalized
* @brief Returns if a vector is normalized * * @return whether the vector is normalized */
include/endstone/util/vector.h:456
↓ 2 callersMethodisRunning
src/endstone/core/scheduler/scheduler.cpp:124
↓ 2 callersMethodisType
src/bedrock/world/actor/actor.cpp:58
↓ 2 callersMethodisValid
src/bedrock/entity/gamerefs_entity/entity_context.cpp:17
↓ 2 callersMethodload
src/endstone/core/ban/ban_list.h:129
↓ 2 callersMethodlog_error
Logs error message. Args: message (str): The error message. exception (Exception): The exception that occurr
endstone/metrics/base.py:118
↓ 2 callersMethodlog_info
Logs info message. Args: message (str): The info message.
endstone/metrics/base.py:109
↓ 2 callersMethodnotUncommon
src/endstone/core/inventory/meta/map_meta.cpp:97
↓ 2 callersMethodprintAbove
src/endstone/core/console/console.cpp:71
↓ 2 callersFunctionprint_crash_message
src/endstone/core/crash_handler.cpp:149
↓ 2 callersFunctionprint_stacktrace
src/endstone/core/crash_handler.cpp:229
↓ 2 callersMethodputBoolean
src/bedrock/nbt/compound_tag.cpp:157
↓ 2 callersMethodput_py_overload
(self, func: Function, sig: tuple)
src/endstone/python/stubgen.py:668
↓ 2 callersMethodrbegin
src/bedrock/platform/brstd/associative_adapter.h:49
↓ 2 callersMethodread
src/bedrock/network/packet.cpp:47
↓ 2 callersMethodrecalculatePermissions
src/endstone/core/command/server_command_sender.h:77
↓ 2 callersMethodrecalculatePermissions
src/endstone/core/actor/actor.h:94
↓ 2 callersMethodregisterLoader
src/endstone/core/plugin/plugin_manager.cpp:70
↓ 2 callersMethodregisterTo
* Registers this command to a CommandMap. * * @param command_map the CommandMap to register to * @return true if the registration was s
include/endstone/command/command.h:206
↓ 2 callersMethodremove
src/endstone/core/player.cpp:179
↓ 2 callersMethodremoveExpired
src/endstone/core/ban/ban_list.h:180
↓ 2 callersMethodremoveTask
src/endstone/core/scheduler/scheduler.cpp:255
↓ 2 callersMethodrender
(self)
src/endstone/python/stubgen.py:780
↓ 2 callersMethodreset
src/bedrock/core/string/static_optimized_string.h:147
↓ 2 callersMethodrunTaskTimer
src/endstone/core/scheduler/scheduler.cpp:42
↓ 2 callersFunctionrun_command
Run a shell command and stream its output to the console.
scripts/repair_wheel.py:20
↓ 2 callersMethodrun_tests
(self, **kwargs)
tests/endstone_test/src/endstone_test/plugin.py:57
↓ 2 callersMethodsave_default_config
Creates a config file with the default content.
endstone/metrics/config.py:59
↓ 2 callersMethodsendPacket
src/endstone/core/player.cpp:624
↓ 2 callersMethodserialize
src/bedrock/world/item/item_descriptor.cpp:94
↓ 2 callersMethodsetAliases
include/endstone/command/command.h:112
↓ 2 callersMethodsetAuxValue
src/bedrock/world/item/item_stack_base.cpp:454
↓ 2 callersMethodsetCurrentValue
src/bedrock/world/attribute/attribute_instance.cpp:76
↓ 2 callersMethodsetData8
src/bedrock/core/utility/packed_pointer.h:80
↓ 2 callersMethodsetDirtyForSaveAndPixelData
src/bedrock/world/level/saveddata/map_item_saved_data.cpp:62
↓ 2 callersMethodsetEnabled
tests/mocks.h:79
↓ 2 callersMethodsetEnabled
* Sets the enabled state of this plugin * * @param enabled true if enabled, otherwise false */
include/endstone/plugin/plugin.h:163
↓ 2 callersMethodsetNull
src/bedrock/world/item/item_stack.cpp:53
↓ 2 callersMethodsetPacketSender
src/bedrock/world/scores/server_scoreboard.cpp:98
↓ 2 callersMethodsetPointer
src/bedrock/core/utility/packed_pointer.h:74
↓ 2 callersMethodsize
src/bedrock/deps/json/value.cpp:414
↓ 2 callersMethodsize
include/endstone/nbt/array.h:47
↓ 2 callersMethodsubscribeToPermission
src/endstone/core/plugin/plugin_manager.cpp:637
↓ 2 callersFunctiontag_to_python
src/endstone/python/nbt.cpp:20
↓ 2 callersMethodteleportTo
src/endstone/runtime/bedrock_hooks/actor.cpp:34
↓ 2 callersMethodtoIndex
src/bedrock/server/commands/command_registry.h:205
↓ 2 callersMethodtoString
src/bedrock/world/inventory/network/item_stack_net_id_variant.cpp:38
↓ 2 callersFunctionto_json
src/endstone/core/devtools/vanilla_data.cpp:38
↓ 2 callersMethodtryGetBlockNoLogging
src/bedrock/world/level/block/block_descriptor.cpp:24
↓ 2 callersMethodtryGetTagID
src/bedrock/util/tag_registry.h:33
↓ 2 callersMethodtry_emplace
include/endstone/nbt/tag.h:474
↓ 2 callersMethodtry_enqueue
Enqueues a copy of element if there is room in the queue. Returns true if the element was enqueued, false otherwise. Does not allocate memory.
src/bedrock/core/threading/spsc_queue.h:129
↓ 2 callersFunctionupload_and_strip
(ctx, org, project, auth_token, strip)
scripts/repair_wheel.py:33
↓ 2 callersFunctionvalidate
src/endstone/core/scheduler/scheduler.cpp:22
↓ 2 callersMethodversion
include/endstone/util/uuid.h:48
↓ 2 callersMethodwriteBool
src/bedrock/core/utility/binary_stream.cpp:130
↓ 2 callersMethodwriteRawBytes
src/bedrock/core/utility/binary_stream.cpp:313
↓ 1 callersFunctionCheckProgram
If you get an error please report on GitHub. You may try different GL context version or GLSL version.
src/endstone/core/devtools/imgui_impl_opengl3.cpp:871
↓ 1 callersMethodClearSelected
src/endstone/core/devtools/imgui_file_browser.h:707
↓ 1 callersMethodDisplay
src/endstone/core/devtools/imgui_file_browser.h:319
↓ 1 callersMethodEvent
include/endstone/event/event.h:42
↓ 1 callersFunctionGetMouseSourceFromMessageExtraInfo
src/endstone/core/devtools/imgui_impl_glfw.cpp:1560
↓ 1 callersMethodGetSelected
src/endstone/core/devtools/imgui_file_browser.h:682
↓ 1 callersMethodHasSelected
src/endstone/core/devtools/imgui_file_browser.h:655
↓ 1 callersFunctionImGui_ImplGlfw_InitForOpenGL
src/endstone/core/devtools/imgui_impl_glfw.cpp:844
↓ 1 callersFunctionImGui_ImplGlfw_InitPlatformInterface
src/endstone/core/devtools/imgui_impl_glfw.cpp:1515
↓ 1 callersFunctionImGui_ImplGlfw_InstallCallbacks
src/endstone/core/devtools/imgui_impl_glfw.cpp:692
↓ 1 callersFunctionImGui_ImplGlfw_KeyCallback
src/endstone/core/devtools/imgui_impl_glfw.cpp:571
↓ 1 callersFunctionImGui_ImplGlfw_KeyToImGuiKey
src/endstone/core/devtools/imgui_impl_glfw.cpp:233
↓ 1 callersFunctionImGui_ImplGlfw_NewFrame
src/endstone/core/devtools/imgui_impl_glfw.cpp:1126
↓ 1 callersFunctionImGui_ImplGlfw_OnCanvasSizeChange
src/endstone/core/devtools/imgui_impl_glfw.cpp:1163
↓ 1 callersFunctionImGui_ImplGlfw_RestoreCallbacks
src/endstone/core/devtools/imgui_impl_glfw.cpp:709
↓ 1 callersFunctionImGui_ImplGlfw_Shutdown
src/endstone/core/devtools/imgui_impl_glfw.cpp:859
↓ 1 callersFunctionImGui_ImplGlfw_ShutdownPlatformInterface
src/endstone/core/devtools/imgui_impl_glfw.cpp:1551
↓ 1 callersFunctionImGui_ImplGlfw_TranslateUntranslatedKey
src/endstone/core/devtools/imgui_impl_glfw.cpp:527
↓ 1 callersFunctionImGui_ImplGlfw_UpdateGamepads
src/endstone/core/devtools/imgui_impl_glfw.cpp:1009
↓ 1 callersFunctionImGui_ImplGlfw_UpdateMouseCursor
src/endstone/core/devtools/imgui_impl_glfw.cpp:976
↓ 1 callersFunctionImGui_ImplGlfw_UpdateMouseData
src/endstone/core/devtools/imgui_impl_glfw.cpp:893
↓ 1 callersFunctionImGui_ImplOpenGL3_CreateDeviceObjects
src/endstone/core/devtools/imgui_impl_opengl3.cpp:890
↓ 1 callersFunctionImGui_ImplOpenGL3_DestroyDeviceObjects
src/endstone/core/devtools/imgui_impl_opengl3.cpp:1078
↓ 1 callersFunctionImGui_ImplOpenGL3_Init
Functions
src/endstone/core/devtools/imgui_impl_opengl3.cpp:301
↓ 1 callersFunctionImGui_ImplOpenGL3_InitPlatformInterface
src/endstone/core/devtools/imgui_impl_opengl3.cpp:1113
↓ 1 callersFunctionImGui_ImplOpenGL3_NewFrame
src/endstone/core/devtools/imgui_impl_opengl3.cpp:439
↓ 1 callersFunctionImGui_ImplOpenGL3_Shutdown
src/endstone/core/devtools/imgui_impl_opengl3.cpp:425
← previousnext →501–600 of 3,897, ranked by callers