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

Method Encode

server/world/block/smoothRedSandstone.go:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4}
5
6func (b SmoothRedSandstone) Encode() (string, BlockProperties) {
7 return "minecraft:smooth_red_sandstone", BlockProperties{}
8}
9
10func (b SmoothRedSandstone) New(props BlockProperties) Block {
11 return SmoothRedSandstone{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected