Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ functions
Functions
3,021 in github.com/ZeppelinMC/Zeppelin
⨍
Functions
3,021
◇
Types & classes
1,343
↓ 4 callers
Function
PutVarInt
(data []byte, value int32)
protocol/net/io/encoding/encoding.go:43
↓ 4 callers
Function
VarInt
(data []byte)
protocol/net/io/encoding/encoding.go:69
↓ 4 callers
Method
decodeCompoundStruct
(_struct map[string]reflect.Value)
protocol/nbt/decoder.go:436
↓ 4 callers
Method
decodeList
TODO add byte, int, long array IMPORTANT!
protocol/nbt/decoder.go:739
↓ 4 callers
Method
offset
(x, y, z int)
server/world/chunk/section/section.go:48
↓ 4 callers
Method
playerAtIndex
(index uintptr)
server/player/playerlist.go:46
↓ 4 callers
Method
readByteArray
()
protocol/nbt/decoder.go:1093
↓ 4 callers
Method
readInt
reads an int, big endian
protocol/nbt/staticReader.go:39
↓ 4 callers
Method
readIntArray
()
protocol/nbt/decoder.go:1109
↓ 4 callers
Method
readLongArray
()
protocol/nbt/decoder.go:1131
↓ 4 callers
Method
readShort
reads a short, big endian
protocol/nbt/staticReader.go:31
↓ 4 callers
Method
readShort
()
protocol/nbt/qnbt/primitive.go:108
↓ 3 callers
Method
Call
(command string, caller Caller)
server/command/manager.go:34
↓ 3 callers
Method
Dimension
Dimension returns the dimension struct this player is in
server/player/chunks.go:11
↓ 3 callers
Function
FormatAddr
(logIps bool, addr net.Addr)
util/log/log.go:28
↓ 3 callers
Function
InfolnClean
prints the contents prefixed by a carriage return + blue info text and suffixed with a new line
util/log/log.go:221
↓ 3 callers
Function
NewDecoder
(rd io.Reader)
protocol/nbt/decoder.go:66
↓ 3 callers
Method
Read
(dst []byte)
protocol/net/io/encoding/reader.go:38
↓ 3 callers
Method
Rotation
()
server/entity/entity.go:161
↓ 3 callers
Method
Set
Set adds the item to the container and replaces the existing one if found, and returns if the operation was successful
server/container/container.go:48
↓ 3 callers
Method
SetAt
Add adds the item to the container and replaces the existing one if found, and returns if the operation was successful
server/container/container.go:59
↓ 3 callers
Method
Slot
finds the item at the specified data slot
server/container/container.go:65
↓ 3 callers
Function
Sprintf
(format string, a ...any)
protocol/text/text.go:76
↓ 3 callers
Method
Stop
()
server/server.go:215
↓ 3 callers
Function
Unmarshal
Unmarshal parses the text and color codes into a text component. The codeChar argument is what's used for color codes (i.e &)
protocol/text/text.go:86
↓ 3 callers
Method
awaitPacket
awaitPacket waits for the packet with the id to be received
server/player/conn.go:22
↓ 3 callers
Method
data
(off int)
protocol/nbt/qnbt/abi.go:36
↓ 3 callers
Method
decodeByteArray
*func (d *Decoder) decodeByteArray(len int, ptr unsafe.Pointer) error { data, err := d.rd.readBytes(len) if err != nil { return err } copy(
protocol/nbt/qnbt/primitive.go:276
↓ 3 callers
Method
decodeIntArray
(len int, ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:244
↓ 3 callers
Method
decodeLongArray
(len int, ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:223
↓ 3 callers
Method
discard
(tag_b byte)
protocol/nbt/qnbt/decode.go:206
↓ 3 callers
Method
encodeCompoundMap
(val reflect.Value)
protocol/nbt/encoder.go:356
↓ 3 callers
Method
encodeCompoundStruct
(val reflect.Value)
protocol/nbt/encoder.go:113
↓ 3 callers
Function
newStruct
(t *structType, ptr unsafe.Pointer)
protocol/nbt/qnbt/struct.go:19
↓ 3 callers
Method
readIntPtr
(ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:139
↓ 3 callers
Method
readLong
reads a long, big endian
protocol/nbt/staticReader.go:47
↓ 3 callers
Method
readLongPtr
(ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:154
↓ 3 callers
Method
readString
(dst *string)
protocol/nbt/qnbt/primitive.go:177
↓ 3 callers
Method
regionHash
(rx, rz int32)
server/world/dimension/dimension.go:200
↓ 3 callers
Method
rvi
(off int)
protocol/nbt/qnbt/abi.go:25
↓ 3 callers
Method
writeDouble
(d float64)
protocol/nbt/encoder.go:88
↓ 3 callers
Method
writeFloat
(f float32)
protocol/nbt/encoder.go:84
↓ 3 callers
Function
writeString
(w io.Writer, str string)
properties/encode.go:86
↓ 2 callers
Method
Accept
()
protocol/net/listener.go:81
↓ 2 callers
Function
BlockStateId
returns the block state id for this block
server/world/chunk/section/blockRegister.go:44
↓ 2 callers
Method
ChunkX
returns the chunk position x of this block
server/world/block/pos/pos.go:25
↓ 2 callers
Method
ChunkZ
returns the chunk position z of this block
server/world/block/pos/pos.go:35
↓ 2 callers
Method
Dir
Dir returns the base directory for the plugin (plugins/<identifier>)
server/plugin.go:26
↓ 2 callers
Method
Element
Element returns the element at the specified index, without checking that the index is in bounds
util/atomic/slice.go:62
↓ 2 callers
Method
EncodeBuf
(biomeIndexes []string, buf *bytes.Buffer)
server/world/chunk/encode.go:31
↓ 2 callers
Function
Errorln
prints the contents prefixed by a carriage return + blue info text and suffixed with a newline and "> "
util/log/log.go:251
↓ 2 callers
Method
Frequency
()
server/tick/tick.go:114
↓ 2 callers
Method
Get
()
util/atomic/atomic.go:9
↓ 2 callers
Method
GetChunk
(x, z int32)
server/world/level/region/region_dec.go:49
↓ 2 callers
Method
GetChunkBuf
(x, z int32, chunkBuffer *bytes.Buffer)
server/world/level/region/region_dec.go:57
↓ 2 callers
Method
Is
(i Item)
server/world/level/item/item.go:131
↓ 2 callers
Method
JSONTextComponent
(comp *text.TextComponent)
protocol/net/io/encoding/reader.go:242
↓ 2 callers
Function
NewCFB8
(b cipher.Block, iv []byte, decrypt bool)
protocol/net/cfb8/cfb8.go:44
↓ 2 callers
Function
NewChunk
(x, z int32)
server/world/chunk/chunk.go:53
↓ 2 callers
Function
NewWriter
(w *bytes.Buffer)
protocol/net/io/encoding/writer.go:20
↓ 2 callers
Function
NormalizeYaw
(yaw float32)
util/rot.go:35
↓ 2 callers
Function
Now
()
server/world/level/level.go:45
↓ 2 callers
Function
Println
* Println prints the content prefixed and suffixed with a carriage return with an endline in the end. Unlike fmt.Println, this doesn't add spaces betw
util/log/log.go:144
↓ 2 callers
Method
Save
()
server/world/level/playerdata.go:91
↓ 2 callers
Method
SetPosition
(x, y, z float64)
server/entity/entity.go:138
↓ 2 callers
Method
SetRotation
(yaw, pitch float32)
server/entity/entity.go:144
↓ 2 callers
Method
Short
(i int16)
protocol/net/io/encoding/writer.go:41
↓ 2 callers
Function
Sprint
(a ...any)
protocol/text/text.go:72
↓ 2 callers
Method
SynchronizePosition
SynchronizePosition teleports the player to the specified coordinates
server/player/player.go:193
↓ 2 callers
Function
Unmarshalf
Unmarshalf is the same as Unmarshal but with formatting
protocol/text/text.go:81
↓ 2 callers
Method
Ushort
(i *uint16)
protocol/net/io/encoding/reader.go:70
↓ 2 callers
Method
VarLong
(value *int64)
protocol/net/io/encoding/reader.go:142
↓ 2 callers
Function
Warn
prints the contents prefixed by a carriage return + blue info text
util/log/log.go:295
↓ 2 callers
Method
XORKeyStream
(dst, src []byte)
protocol/net/cfb8/cfb8.go:21
↓ 2 callers
Method
_decodeList
()
protocol/nbt/decoder.go:971
↓ 2 callers
Function
allZero
(inp []int8)
server/world/chunk/encode.go:213
↓ 2 callers
Function
blockBitsPerEntry
(paletteSize int)
server/world/chunk/section/section.go:186
↓ 2 callers
Method
chunkPosToRegionPos
(x, z int32)
server/world/dimension/dimension.go:211
↓ 2 callers
Method
decodeCompound
()
protocol/nbt/decoder.go:893
↓ 2 callers
Method
decodeListArray
(a *array_t)
protocol/nbt/qnbt/list.go:52
↓ 2 callers
Method
decodeListSlice
(ptr unsafe.Pointer, t *ptrType)
protocol/nbt/qnbt/list.go:11
↓ 2 callers
Method
decodeMapString
(m map[string]string)
protocol/nbt/qnbt/map.go:5
↓ 2 callers
Method
decodeStructCompound
(s *struct_t)
protocol/nbt/qnbt/struct.go:81
↓ 2 callers
Function
diffstr
(str string)
server/world/level/level.go:229
↓ 2 callers
Method
discardCompound
()
protocol/nbt/qnbt/decode.go:171
↓ 2 callers
Method
discardList
()
protocol/nbt/qnbt/list.go:208
↓ 2 callers
Method
encodeList
(val reflect.Value)
protocol/nbt/encoder.go:549
↓ 2 callers
Method
generateChunkAt
(x, z int32, tgt *chunk.Chunk, generator chunk.Generator)
server/world/level/region/region_dec.go:37
↓ 2 callers
Method
getRegion
(rx, rz int32)
server/world/dimension/dimension.go:185
↓ 2 callers
Function
gmstr
(str string)
server/world/level/level.go:242
↓ 2 callers
Function
isCorner
(x, z, minX, minZ, maxX, maxZ int32)
server/world/terrain/terrain.go:106
↓ 2 callers
Function
mallocgc
go:linkname mallocgc runtime.mallocgc
util/atomic/slice.go:12
↓ 2 callers
Function
memcpy
(dst, src unsafe.Pointer, n uintptr)
util/atomic/slice.go:14
↓ 2 callers
Method
newRegion
(rx, rz int32)
server/world/dimension/dimension.go:175
↓ 2 callers
Method
offset
(x, z int32)
server/world/chunk/heightmaps/heightmaps.go:16
↓ 2 callers
Method
readByteArray
(ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:256
↓ 2 callers
Method
readBytePtr
(ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:104
↓ 2 callers
Method
readBytes
(num int)
protocol/nbt/qnbt/buffer.go:19
↓ 2 callers
Method
readBytesString
(num int)
protocol/nbt/qnbt/buffer.go:29
↓ 2 callers
Method
readIntArray
(ptr unsafe.Pointer)
protocol/nbt/qnbt/primitive.go:235
← previous
next →
101–200 of 3,021, ranked by callers