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

Method Encode

server/world/block/heavyCore.go:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (b HeavyCore) Encode() (string, BlockProperties) {
12 return "minecraft:heavy_core", BlockProperties{
13 "waterlogged": strconv.FormatBool(b.Waterlogged),
14 }
15}
16
17func (b HeavyCore) New(props BlockProperties) Block {
18 return HeavyCore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected