Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ functions
Functions
3,897 in github.com/EndstoneMC/endstone
⨍
Functions
3,897
◇
Types & classes
2,327
↳
Endpoints
1
↓ 3 callers
Method
c_str
src/bedrock/core/string/string_hash.cpp:61
↓ 3 callers
Method
cancelTask
src/endstone/core/scheduler/scheduler.cpp:79
↓ 3 callers
Method
cancelTasks
src/endstone/core/scheduler/scheduler.cpp:98
↓ 3 callers
Method
checkState
include/endstone/check.h:35
↓ 3 callers
Method
clone
src/bedrock/nbt/compound_tag.cpp:344
↓ 3 callers
Function
close_libgl
src/endstone/core/devtools/imgui_impl_opengl3_loader.h:652
↓ 3 callers
Method
dirtyPermissibles
src/endstone/core/plugin/plugin_manager.cpp:629
↓ 3 callers
Method
dispatchCommand
src/endstone/core/server.cpp:339
↓ 3 callers
Method
enqueue
Enqueues a copy of element on the queue. Allocates an additional block of memory if needed. Only fails (returns false) if memory allocation fails.
src/bedrock/core/threading/spsc_queue.h:152
↓ 3 callers
Method
equals
src/endstone/core/inventory/item_factory.cpp:49
↓ 3 callers
Method
erase
include/endstone/nbt/tag.h:370
↓ 3 callers
Method
findCommand
src/bedrock/server/commands/command_registry.cpp:37
↓ 3 callers
Method
flush
src/endstone/core/scoreboard/scoreboard_packet_sender.cpp:109
↓ 3 callers
Method
forEachObjective
src/bedrock/world/scores/scoreboard.cpp:142
↓ 3 callers
Function
generateNameAndType
src/endstone/core/command/command_usage_parser.cpp:23
↓ 3 callers
Method
get
src/bedrock/entity/components/player_block_actions.h:39
↓ 3 callers
Method
get
src/endstone/python/registry.h:35
↓ 3 callers
Method
getBlue
* @brief Gets the blue component of the color. * * @return The blue component (0–255) of the color. */
include/endstone/util/color.h:150
↓ 3 callers
Method
getCapeId
src/bedrock/network/base_connection_request.cpp:39
↓ 3 callers
Method
getClientUUID
src/bedrock/entity/components/user_entity_identifier_component.h:44
↓ 3 callers
Method
getControls
* @brief Gets the controls of the modal form. * * @return A list of controls in the modal form. */
include/endstone/form/modal_form.h:61
↓ 3 callers
Method
getCreated
* @brief Gets the date this ban entry was created. * * @return the creation date */
include/endstone/ban/ban_entry.h:37
↓ 3 callers
Method
getCriteria
src/bedrock/world/scores/scoreboard.cpp:134
↓ 3 callers
Method
getCurrentValue
src/bedrock/world/attribute/attribute_instance.cpp:59
↓ 3 callers
Method
getData8
src/bedrock/core/utility/packed_pointer.h:69
↓ 3 callers
Method
getDefault
* Gets the default value of this permission. * * @return Default value of this permission. */
include/endstone/permissions/permission.h:67
↓ 3 callers
Method
getDefaultValue
src/bedrock/world/attribute/attribute_instance.cpp:34
↓ 3 callers
Method
getDescriptionId
src/bedrock/world/item/item_stack_base.cpp:470
↓ 3 callers
Method
getEntity
src/bedrock/world/level/saveddata/maps/map_item_tracked_actor.cpp:36
↓ 3 callers
Method
getFormat
* @brief Gets the format to use to display this chat message * * See <a href="https://en.cppreference.com/w/cpp/utility/format/spec.html">th
include/endstone/event/player/player_chat_event.h:68
↓ 3 callers
Method
getGreen
* @brief Gets the green component of the color. * * @return The green component (0–255) of the color. */
include/endstone/util/color.h:134
↓ 3 callers
Method
getIcon
* @brief Get the icon of the form. * * @return The path or URL to the icon file */
include/endstone/form/modal_form.h:99
↓ 3 callers
Method
getId
src/bedrock/world/item/item_descriptor.cpp:209
↓ 3 callers
Method
getId
src/bedrock/world/item/item_stack_base.cpp:374
↓ 3 callers
Method
getInstance
src/bedrock/world/attribute/attribute_map.cpp:38
↓ 3 callers
Method
getInt
src/bedrock/nbt/list_tag.cpp:149
↓ 3 callers
Method
getItemRegistry
src/endstone/runtime/bedrock_hooks/item_registry_manager.cpp:19
↓ 3 callers
Method
getMapId
src/endstone/core/inventory/meta/map_meta.cpp:43
↓ 3 callers
Method
getMinecraftVersion
src/endstone/core/server.cpp:291
↓ 3 callers
Method
getName
* @brief Returns the name of the plugin. * * This should return the bare name of the plugin and should be used for * comparison. *
include/endstone/plugin/plugin.h:114
↓ 3 callers
Method
getOnSubmit
* @brief Gets the on submit callback of the form. * * @return The on submit callback of the form. */
include/endstone/form/modal_form.h:118
↓ 3 callers
Method
getPermissions
src/endstone/core/plugin/plugin_manager.cpp:703
↓ 3 callers
Method
getPointer
src/bedrock/core/utility/packed_pointer.h:64
↓ 3 callers
Method
getPort
src/endstone/core/server.cpp:457
↓ 3 callers
Method
getProvider
src/endstone/core/plugin/service_manager.h:40
↓ 3 callers
Method
getServerPlayer
src/endstone/runtime/bedrock_hooks/server_network_handler.cpp:104
↓ 3 callers
Method
getSlot
src/bedrock/world/inventory/transaction/inventory_action.h:34
↓ 3 callers
Method
getStackSize
src/bedrock/world/item/item_descriptor_count.h:29
↓ 3 callers
Method
getTitle
src/endstone/core/boss/boss_bar.cpp:25
↓ 3 callers
Method
getVersion
src/endstone/core/server.cpp:286
↓ 3 callers
Function
get_handle
src/endstone/python/_detours.cpp:28
↓ 3 callers
Function
get_proc_status
src/endstone/core/platform_linux.cpp:29
↓ 3 callers
Function
handleEvent
src/endstone/runtime/bedrock_hooks/script_player_gameplay_handler.cpp:47
↓ 3 callers
Method
hasProperty
src/bedrock/world/level/block/block.cpp:20
↓ 3 callers
Method
initialize
src/endstone/python/map.cpp:25
↓ 3 callers
Method
insert
include/endstone/nbt/tag.h:462
↓ 3 callers
Method
isCompatibleWith
src/bedrock/resources/base_game_version.cpp:36
↓ 3 callers
Method
isPlayer
src/bedrock/world/actor/actor.cpp:95
↓ 3 callers
Method
isPrimaryThread
src/endstone/core/server.cpp:531
↓ 3 callers
Method
isRemoved
src/bedrock/world/actor/actor.cpp:100
↓ 3 callers
Method
isServerTextEnabled
src/endstone/core/server.cpp:240
↓ 3 callers
Method
isSet
src/bedrock/world/actor/player/abilities.cpp:57
↓ 3 callers
Method
isSimilar
src/endstone/core/inventory/item_stack.cpp:96
↓ 3 callers
Method
kick
src/endstone/core/player.cpp:249
↓ 3 callers
Method
loadPlugin
src/endstone/core/plugin/plugin_manager.cpp:135
↓ 3 callers
Method
lockShared
src/bedrock/core/threading/lockbox.h:49
↓ 3 callers
Method
message
src/bedrock/platform/check.h:105
↓ 3 callers
Method
print
src/bedrock/nbt/tag.cpp:35
↓ 3 callers
Method
putCompound
src/bedrock/nbt/compound_tag.cpp:149
↓ 3 callers
Method
put_function
(self, func: Function)
src/endstone/python/stubgen.py:645
↓ 3 callers
Method
recalculatePermissions
include/endstone/command/command_sender_wrapper.h:67
↓ 3 callers
Method
remove
src/bedrock/util/index_set.cpp:43
↓ 3 callers
Function
request_server_shutdown
src/endstone/core/signal_handler.cpp:29
↓ 3 callers
Method
reset
src/bedrock/shared_ptr.h:167
↓ 3 callers
Method
reset
src/bedrock/entity/components/movement_interpolator_component.h:24
↓ 3 callers
Function
rstrip
src/endstone/core/command/minecraft_command_adapter.cpp:77
↓ 3 callers
Method
save
src/bedrock/world/item/item_descriptor.cpp:83
↓ 3 callers
Method
sendMessage
src/endstone/core/player.cpp:137
↓ 3 callers
Method
setDisplayObjective
src/bedrock/world/scores/server_scoreboard.cpp:37
↓ 3 callers
Method
setExpiration
* @brief Sets the date this ban expires on. std::nullopt values are considered "infinite" bans. * * @param expiration the new expiration dat
include/endstone/ban/ban_entry.h:74
↓ 3 callers
Method
setLevel
src/endstone/core/server.cpp:112
↓ 3 callers
Method
setPayload
* @brief Sets the raw packet data **excluding** the header. * * @return The packet payload data. */
include/endstone/event/server/packet_send_event.h:59
↓ 3 callers
Method
setReason
* @brief Sets the reason for this ban. * * @param reason the new reason, empty values assume the implementation default * @see save() s
include/endstone/ban/ban_entry.h:89
↓ 3 callers
Method
setSource
* @brief Sets the source of this ban. * * @param source the new source * @see save() saving changes */
include/endstone/ban/ban_entry.h:60
↓ 3 callers
Method
setTitle
src/endstone/core/boss/boss_bar.cpp:30
↓ 3 callers
Method
tryGetStateFromLegacyData
src/bedrock/world/level/block/block_type.cpp:29
↓ 3 callers
Method
try_dequeue
src/bedrock/core/threading/spsc_queue.h:176
↓ 3 callers
Method
unregisterAll
src/endstone/core/plugin/service_manager.cpp:32
↓ 3 callers
Method
unsubscribeFromDefaultPerms
src/endstone/core/plugin/plugin_manager.cpp:679
↓ 3 callers
Method
view
src/bedrock/core/string/static_optimized_string.h:121
↓ 3 callers
Method
write
src/endstone/core/network/data_packet.cpp:30
↓ 3 callers
Method
writeIf
src/bedrock/core/utility/binary_stream.cpp:248
↓ 3 callers
Method
writeSignedShort
src/bedrock/core/utility/binary_stream.cpp:150
↓ 3 callers
Method
writeUnsignedVarInt
src/bedrock/core/utility/binary_stream.cpp:184
↓ 2 callers
Function
CheckShader
If you get an error please report on github. You may try different GL context version or GLSL version. See GL<>GLSL version table at the top of this f
src/endstone/core/devtools/imgui_impl_opengl3.cpp:851
↓ 2 callers
Function
ImGui_ImplGlfw_UpdateKeyModifiers
X11 does not include current pressed/released modifier key in 'mods' flags submitted by GLFW See https://github.com/ocornut/imgui/issues/6034 and http
src/endstone/core/devtools/imgui_impl_glfw.cpp:477
↓ 2 callers
Function
ImGui_ImplGlfw_UpdateMonitors
src/endstone/core/devtools/imgui_impl_glfw.cpp:1080
↓ 2 callers
Function
ImGui_ImplOpenGL3_CreateFontsTexture
src/endstone/core/devtools/imgui_impl_opengl3.cpp:801
↓ 2 callers
Function
ImGui_ImplOpenGL3_DestroyFontsTexture
src/endstone/core/devtools/imgui_impl_opengl3.cpp:838
↓ 2 callers
Function
ImGui_ImplOpenGL3_RenderDrawData
OpenGL3 Render function. Note that this implementation is little overcomplicated because we are saving/setting up/restoring every OpenGL state explici
src/endstone/core/devtools/imgui_impl_opengl3.cpp:539
← previous
next →
301–400 of 3,897, ranked by callers