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
↓ 5 callers
Function
base64_encode
src/endstone/core/base64.h:27
↓ 5 callers
Method
broadcastMessage
src/endstone/core/server.cpp:526
↓ 5 callers
Function
cls
()
tests/test_plugin_description.py:7
↓ 5 callers
Method
connect
src/bedrock/core/utility/pub_sub/connector.h:31
↓ 5 callers
Method
count
src/bedrock/server/commands/command_output.cpp:47
↓ 5 callers
Function
create
src/endstone/runtime/vtable_hook.h:27
↓ 5 callers
Method
critical
include/endstone/logger.h:130
↓ 5 callers
Method
data
src/bedrock/core/utility/buffer_span.h:90
↓ 5 callers
Method
emplace
include/endstone/nbt/tag.h:468
↓ 5 callers
Method
get
src/bedrock/nbt/compound_tag.cpp:162
↓ 5 callers
Method
getBlockAt
src/endstone/core/level/dimension.cpp:57
↓ 5 callers
Method
getByte
src/bedrock/nbt/list_tag.cpp:190
↓ 5 callers
Method
getEntries
src/endstone/core/scoreboard/scoreboard.cpp:128
↓ 5 callers
Method
getFloat
src/bedrock/nbt/list_tag.cpp:141
↓ 5 callers
Method
getHeight
src/bedrock/world/item/crafting/recipe.h:76
↓ 5 callers
Method
getMapView
src/endstone/core/inventory/meta/map_meta.cpp:58
↓ 5 callers
Method
getMessage
* @brief Gets the message that the player is attempting to send. * * @return Message the player is attempting to send */
include/endstone/event/player/player_chat_event.h:45
↓ 5 callers
Method
getNextRun
src/endstone/core/scheduler/task.cpp:92
↓ 5 callers
Method
getOnlinePlayers
src/endstone/core/server.cpp:418
↓ 5 callers
Method
getPacketId
src/endstone/core/network/data_packet.cpp:35
↓ 5 callers
Method
getPosition
src/endstone/core/block/block.cpp:120
↓ 5 callers
Method
getScoreboard
src/endstone/core/server.cpp:541
↓ 5 callers
Method
getState
src/bedrock/world/level/block/block.h:95
↓ 5 callers
Method
getWidth
src/bedrock/world/item/crafting/recipe.h:71
↓ 5 callers
Method
getX
* @brief Gets the x-coordinate of this location * * @return x-coordinate */
include/endstone/level/location.h:78
↓ 5 callers
Method
getY
* @brief Gets the y-coordinate of this location * * @return y-coordinate */
include/endstone/level/location.h:103
↓ 5 callers
Method
getZ
* @brief Gets the z-coordinate of this location * * @return z-coordinate */
include/endstone/level/location.h:128
↓ 5 callers
Method
hasCategory
src/bedrock/world/actor/actor.cpp:259
↓ 5 callers
Method
hasUserData
src/bedrock/world/item/item_stack_base.cpp:310
↓ 5 callers
Method
insert_or_assign
include/endstone/nbt/tag.h:480
↓ 5 callers
Method
isSet
src/bedrock/gamerefs/weak_ref.h:25
↓ 5 callers
Method
isType
src/bedrock/world/level/material/material.h:30
↓ 5 callers
Function
is_library_loaded
src/endstone/core/devtools/imgui_impl_opengl3_loader.h:713
↓ 5 callers
Method
run
(self)
endstone/cli/base.py:268
↓ 5 callers
Method
setAbility
src/bedrock/world/actor/player/abilities.cpp:84
↓ 5 callers
Method
unregister
src/endstone/core/scoreboard/objective.cpp:68
↓ 5 callers
Method
writeInt
src/bedrock/util/data_io.cpp:49
↓ 5 callers
Method
writeString
src/bedrock/util/data_io.cpp:17
↓ 4 callers
Method
_get
src/bedrock/world/actor/synched_actor_data.cpp:92
↓ 4 callers
Method
begin
src/bedrock/platform/brstd/associative_adapter.h:177
↓ 4 callers
Method
call
src/bedrock/platform/brstd/detail/function.h:39
↓ 4 callers
Method
clearDisplayObjective
src/bedrock/world/scores/server_scoreboard.cpp:43
↓ 4 callers
Method
clone
src/endstone/core/block/block.cpp:115
↓ 4 callers
Method
disconnect
src/endstone/runtime/bedrock_hooks/server_network_handler.cpp:123
↓ 4 callers
Method
execute
(self, sender: CommandSender, args: list[str])
tests/endstone_test/src/endstone_test/tests/test_command.py:830
↓ 4 callers
Method
filename
src/endstone/core/spdlog/file_log_sink.cpp:55
↓ 4 callers
Method
get
src/bedrock/core/container/cache.h:29
↓ 4 callers
Method
getAuthors
* Gives the list of authors for the plugin. * * @return an immutable list of the plugin's authors */
include/endstone/plugin/plugin_description.h:102
↓ 4 callers
Method
getBlockItemId
src/bedrock/world/level/block/block_type.cpp:146
↓ 4 callers
Method
getCommands
* Gives the list of commands the plugin will register at runtime. * * @return the commands this plugin will register */
include/endstone/plugin/plugin_description.h:165
↓ 4 callers
Method
getCount
src/bedrock/world/item/item_stack_base.cpp:535
↓ 4 callers
Method
getDescription
* Gives a human-friendly description of the functionality the plugin provides. * @return description of this plugin, or empty if not specified
include/endstone/plugin/plugin_description.h:88
↓ 4 callers
Method
getLocation
src/endstone/core/block/block.cpp:105
↓ 4 callers
Method
getMutableAttribute
src/bedrock/world/actor/actor.cpp:425
↓ 4 callers
Method
getName
src/endstone/core/scoreboard/criteria.cpp:21
↓ 4 callers
Method
getPermission
src/endstone/core/plugin/plugin_manager.cpp:544
↓ 4 callers
Method
getPitch
* @brief Gets the pitch of this location, measured in degrees. * * @return the incline's pitch */
include/endstone/level/location.h:142
↓ 4 callers
Method
getPlayerScore
src/bedrock/world/scores/objective.cpp:59
↓ 4 callers
Method
getPlugin
src/endstone/core/plugin/plugin_manager.cpp:75
↓ 4 callers
Method
getPlugins
src/endstone/core/plugin/plugin_manager.cpp:84
↓ 4 callers
Method
getPriority
src/endstone/core/plugin/service_manager.h:42
↓ 4 callers
Method
getProvides
* Gives the list of other plugin APIs which this plugin provides. These are usable for other plugins to depend on. * * @return immutable lis
include/endstone/plugin/plugin_description.h:130
↓ 4 callers
Method
getRed
* @brief Gets the red component of the color. * * @return The red component (0–255) of the color. */
include/endstone/util/color.h:118
↓ 4 callers
Method
getSelectedItemSlot
src/bedrock/world/actor/player/player.cpp:84
↓ 4 callers
Method
getSenderSubId
src/bedrock/network/packet.cpp:93
↓ 4 callers
Method
getSubClientId
src/bedrock/entity/components/user_entity_identifier_component.h:39
↓ 4 callers
Method
getTags
src/bedrock/world/actor/actor.cpp:334
↓ 4 callers
Method
getUnreadLength
src/bedrock/core/utility/binary_stream.cpp:66
↓ 4 callers
Method
getX
* @brief Gets the X component. * * @return The X component. */
include/endstone/util/vector.h:57
↓ 4 callers
Method
getY
* @brief Gets the Y component. * * @return The Y component. */
include/endstone/util/vector.h:77
↓ 4 callers
Method
getYaw
* @brief Gets the yaw of this location, measured in degrees. * * @return the rotation's yaw */
include/endstone/level/location.h:163
↓ 4 callers
Method
getZ
* @brief Gets the Z component. * * @return The Z component. */
include/endstone/util/vector.h:97
↓ 4 callers
Function
get_executable_base
src/endstone/runtime/linux.cpp:177
↓ 4 callers
Function
get_module_handle
src/endstone/runtime/windows.cpp:112
↓ 4 callers
Function
get_module_info
src/endstone/runtime/linux.cpp:132
↓ 4 callers
Function
invoke
src/bedrock/symbol.h:61
↓ 4 callers
Method
isEmpty
src/endstone/core/inventory/inventory.cpp:280
↓ 4 callers
Method
is_none
src/bedrock/core/utility/optional_ref.h:32
↓ 4 callers
Method
lengthSquared
src/bedrock/core/math/vec2.h:48
↓ 4 callers
Method
load
Python -> C++
src/endstone/python/type_caster.h:27
↓ 4 callers
Method
peek
src/endstone/core/command/command_lexer.cpp:83
↓ 4 callers
Method
removeBan
src/endstone/core/ban/player_ban_list.cpp:102
↓ 4 callers
Function
removeQuotes
src/endstone/core/command/minecraft_command_adapter.cpp:46
↓ 4 callers
Method
run
src/endstone/core/scheduler/task.cpp:60
↓ 4 callers
Method
setNextRun
src/endstone/core/scheduler/task.cpp:97
↓ 4 callers
Method
setX
include/endstone/level/location.h:68
↓ 4 callers
Method
simplify
Rewrite dotted names in a rendered type string and register imports.
src/endstone/python/stubgen.py:477
↓ 4 callers
Method
start
src/endstone/runtime/bedrock_hooks/dedicated_server.cpp:28
↓ 4 callers
Function
swap
include/endstone/util/uuid.h:127
↓ 4 callers
Method
type_str
(self, annotation)
src/endstone/python/stubgen.py:481
↓ 4 callers
Method
write
src/bedrock/nbt/list_tag.cpp:35
↓ 4 callers
Method
writeFloat
src/bedrock/util/data_io.cpp:29
↓ 3 callers
Method
GetState
src/endstone/core/devtools/imgui_impl_opengl3.cpp:278
↓ 3 callers
Function
ImGui_ImplGlfw_Init
src/endstone/core/devtools/imgui_impl_glfw.cpp:744
↓ 3 callers
Method
SetState
src/endstone/core/devtools/imgui_impl_opengl3.cpp:287
↓ 3 callers
Method
_lazy_init
(self)
endstone/asyncio/__init__.py:24
↓ 3 callers
Function
_make_fixture
(name)
tests/endstone_test/src/endstone_test/tests/conftest.py:23
↓ 3 callers
Method
above
src/bedrock/world/level/block_pos.h:130
↓ 3 callers
Method
access
src/bedrock/core/utility/non_owner_pointer.h:76
↓ 3 callers
Method
below
src/bedrock/world/level/block_pos.h:140
← previous
next →
201–300 of 3,897, ranked by callers