MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Encode

Method Encode

server/world/chunk/section/block.go:5–5  ·  view source on GitHub ↗

returns the name and properties of the block

()

Source from the content-addressed store, hash-verified

3type Block interface {
4 // returns the name and properties of the block
5 Encode() (name string, properties map[string]string)
6 // creates a new instance of the block with the specified properties
7 New(properties map[string]string) Block
8}

Callers 7

sendCommandGraphMethod · 0.65
saveAllRegionsMethod · 0.65
IsFunction · 0.65
RegisterBlockFunction · 0.65
SaveMethod · 0.65
CreateFunction · 0.65
EncodeMethod · 0.65

Implementers 15

CyanStainedGlassserver/world/block/cyanStainedGlass.go
PurpurStairsserver/world/block/purpurStairs.go
YellowTerracottaserver/world/block/yellowTerracotta.go
FireCoralWallFanserver/world/block/fireCoralWallFan.go
WarpedFenceGateserver/world/block/warpedFenceGate.go
RedMushroomBlockserver/world/block/redMushroomBlock.go
WitherSkeletonSkullserver/world/block/witherSkeletonSkull
GlassPaneserver/world/block/glassPane.go
SculkShriekerserver/world/block/sculkShrieker.go
DeepslateTileSlabserver/world/block/deepslateTileSlab.g
WarpedSignserver/world/block/warpedSign.go
LapisOreserver/world/block/lapisOre.go

Calls

no outgoing calls

Tested by

no test coverage detected