Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ functions
Functions
6,950 in github.com/cuberite/cuberite
⨍
Functions
6,950
◇
Types & classes
1,328
↓ 5 callers
Function
CompressString
Compresses a_Data into a_Compressed; returns Z_XXX error constants same as zlib's compress2()
src/StringCompression.cpp:14
↓ 5 callers
Method
CopyToItems
src/ItemGrid.cpp:552
↓ 5 callers
Method
Create
src/Bindings/LuaState.cpp:89
↓ 5 callers
Function
DumpUsedMemory
src/LeakFinder.cpp:997
↓ 5 callers
Function
EscapeString
src/StringUtils.cpp:587
↓ 5 callers
Method
FindChunk
src/ChunkMap.cpp:314
↓ 5 callers
Method
FindClosestPlayer
TODO: This interface is dangerous!
src/World.cpp:2454
↓ 5 callers
Method
Finished
src/CommandOutput.cpp:43
↓ 5 callers
Method
ForEachEntity
src/World.cpp:2506
↓ 5 callers
Function
GetBirchTreeImage
src/Generating/Trees.cpp:347
↓ 5 callers
Method
GetBlockLight
src/BlockArea.cpp:1585
↓ 5 callers
Method
GetClass
src/Entities/Entity.cpp:107
↓ 5 callers
Method
GetDouble
Returns the value stored in a Double tag. Not valid for any other tag type. */
src/WorldStorage/FastNBT.h:222
↓ 5 callers
Method
GetID
src/Map.h:170
↓ 5 callers
Method
GetNumPlayers
src/Server.cpp:278
↓ 5 callers
Method
GetNumberOfCollectedMobs
src/MobFamilyCollecter.cpp:19
↓ 5 callers
Method
GetPayload
src/Entities/Minecart.h:43
↓ 5 callers
Method
GetQueueLength
src/LightingThread.cpp:160
↓ 5 callers
Method
GetSpawnX
src/World.h:462
↓ 5 callers
Method
GetSpawnY
src/World.h:463
↓ 5 callers
Method
GetSpawnZ
src/World.h:464
↓ 5 callers
Method
GetType
src/Map.h:69
↓ 5 callers
Method
GetUserData
Retrieves the UserData pointer that has been stored within this request. */
src/HTTPServer/HTTPMessage.h:98
↓ 5 callers
Method
GetValueI
lib/inifile/iniFile.cpp:506
↓ 5 callers
Method
GetWeather
Returns the current weather. Instead of comparing values directly to the weather constants, use IsWeatherXXX() functions, if possible */
src/World.h:686
↓ 5 callers
Method
IsAngry
src/Mobs/Wolf.h:31
↓ 5 callers
Method
IsBaby
Overridables to handle ageable mobs
src/Mobs/Monster.h:139
↓ 5 callers
Method
IsPickup
src/Entities/Entity.h:136
↓ 5 callers
Method
IsSaddled
src/Mobs/Pig.h:25
↓ 5 callers
Method
IsSprinting
src/Entities/Entity.h:357
↓ 5 callers
Method
IsTame
src/Mobs/Wolf.h:29
↓ 5 callers
Method
IsWither
src/Blocks/BlockMobHead.h:46
↓ 5 callers
Function
ItemToFullString
src/BlockID.cpp:245
↓ 5 callers
Function
PrintConstant
lib/lua/src/print.c:51
↓ 5 callers
Method
RandomFillRelCuboid
src/Generating/ChunkDesc.cpp:496
↓ 5 callers
Method
ReadChar
src/ByteBuffer.cpp:297
↓ 5 callers
Method
RemoveClient
src/Chunk.cpp:1803
↓ 5 callers
Method
SendEntityEquipment
src/Protocol/Protocol125.cpp:338
↓ 5 callers
Method
SendSpawnObject
src/Protocol/Protocol14x.cpp:216
↓ 5 callers
Method
SetBlock
src/ChunkMap.cpp:1262
↓ 5 callers
Method
SetSlot
src/UI/Window.cpp:90
↓ 5 callers
Method
SkipRead
src/ByteBuffer.cpp:778
↓ 5 callers
Method
SpawnPrimedTNT
src/World.cpp:1727
↓ 5 callers
Method
TouchChunk
src/World.cpp:2597
↓ 5 callers
Function
UncompressStringGZIP
src/StringCompression.cpp:120
↓ 5 callers
Method
WriteBEShort
src/ByteBuffer.cpp:514
↓ 5 callers
Method
WriteDouble
src/Protocol/Protocol.h:189
↓ 5 callers
Method
WriteInt64
src/Protocol/Protocol.h:177
↓ 5 callers
Function
XML_ParserFree
lib/expat/xmlparse.c:1084
↓ 5 callers
Function
block
lib/lua/src/lparser.c:881
↓ 5 callers
Function
compress2
=========================================================================== Compresses the source buffer into the destination buffer. The level
lib/zlib/compress.c:22
↓ 5 callers
Function
doContent
lib/expat/xmlparse.c:2150
↓ 5 callers
Function
doProlog
lib/expat/xmlparse.c:3642
↓ 5 callers
Function
docall
lib/lua/src/lua.c:96
↓ 5 callers
Function
explist1
lib/lua/src/lparser.c:596
↓ 5 callers
Function
hashTableClear
lib/expat/xmlparse.c:5940
↓ 5 callers
Function
hashTableDestroy
lib/expat/xmlparse.c:5951
↓ 5 callers
Function
hashTableInit
lib/expat/xmlparse.c:5960
↓ 5 callers
Function
luaH_set
lib/lua/src/ltable.c:494
↓ 5 callers
Function
luaH_setnum
lib/lua/src/ltable.c:508
↓ 5 callers
Function
luaK_getlabel
** returns current `pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
lib/lua/src/lcode.c:94
↓ 5 callers
Function
luaL_checkoption
lib/lua/src/lauxlib.c:99
↓ 5 callers
Function
luaL_getn
lib/lua/src/lauxlib.c:321
↓ 5 callers
Function
luaL_newmetatable
lib/lua/src/lauxlib.c:112
↓ 5 callers
Function
luaL_optinteger
lib/lua/src/lauxlib.c:197
↓ 5 callers
Function
luaV_gettable
lib/lua/src/lvm.c:108
↓ 5 callers
Function
mainposition
** returns the `main' position of an element in a table (that is, the index ** of its hash value) */
lib/lua/src/ltable.c:100
↓ 5 callers
Function
posrelat
lib/lua/src/lstrlib.c:36
↓ 5 callers
Function
putShortMSB
========================================================================= * Put a short in the pending buffer. The 16-bit value is put in MSB order.
lib/zlib/deflate.c:626
↓ 5 callers
Function
settabss
lib/lua/src/ldblib.c:63
↓ 5 callers
Function
sort
lib/lua/src/ltablib.c:256
↓ 5 callers
Function
sort_comp
lib/lua/src/ltablib.c:178
↓ 5 callers
Function
tolua_isusertable
lib/tolua++/src/lib/tolua_is.c:264
↓ 4 callers
Method
AddPlayer
src/Map.cpp:349
↓ 4 callers
Method
AttachTo
src/Entities/Entity.cpp:1175
↓ 4 callers
Method
BroadcastParticleEffect
src/World.cpp:1987
↓ 4 callers
Method
BroadcastTeleportEntity
src/World.cpp:2104
↓ 4 callers
Method
CallHookPlayerTossingItem
src/Bindings/PluginManager.cpp:970
↓ 4 callers
Method
CloseConnection
src/HTTPServer/HTTPServer.cpp:208
↓ 4 callers
Method
Decrypt
src/Crypto.cpp:165
↓ 4 callers
Method
DigBlock
src/Blocks/ChunkInterface.cpp:7
↓ 4 callers
Method
DoWithChestAt
src/World.cpp:1136
↓ 4 callers
Method
DoesIgnoreBuildCollision
src/Blocks/BlockHandler.cpp:419
↓ 4 callers
Function
DumpString
lib/lua/src/ldump.c:61
↓ 4 callers
Function
EulerToVector
src/Defines.h:480
↓ 4 callers
Method
FindKey
lib/inifile/iniFile.cpp:238
↓ 4 callers
Method
Generate
src/Noise.cpp:161
↓ 4 callers
Method
Generate3D
src/Noise.cpp:671
↓ 4 callers
Method
GetBlockMetas
src/BlockArea.h:294
↓ 4 callers
Method
GetFloat
Returns the value stored in a Float tag. Not valid for any other tag type. */
src/WorldStorage/FastNBT.h:204
↓ 4 callers
Method
GetFreeSpace
src/ByteBuffer.cpp:220
↓ 4 callers
Method
GetFurnaceRecipe
tolua_export
src/Root.h:62
↓ 4 callers
Method
GetHeadYaw
src/Entities/Entity.h:162
↓ 4 callers
Function
GetLogMessage
Retrieves the log message from the first param on the Lua stack. Can take either a string or a cCompositeChat. */
src/Bindings/ManualBindings.cpp:122
↓ 4 callers
Method
GetName
src/WorldStorage/WorldStorage.cpp:38
↓ 4 callers
Method
GetNumCCWRotations
src/Generating/PieceGenerator.h:125
↓ 4 callers
Method
GetNumNonInventorySlots
Returns the number of slots, excluding the player's inventory (used for network protocols)
src/UI/Window.h:85
↓ 4 callers
Method
GetRotation
Returns the rotation from the item in the frame */
src/Entities/ItemFrame.h:30
↓ 4 callers
Method
GetStance
tolua_export
src/Entities/Player.h:122
↓ 4 callers
Method
GetValueAt
src/VoronoiMap.cpp:32
← previous
next →
501–600 of 6,950, ranked by callers