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

Method Encode

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

Source from the content-addressed store, hash-verified

9}
10
11func (b DeepslateRedstoneOre) Encode() (string, BlockProperties) {
12 return "minecraft:deepslate_redstone_ore", BlockProperties{
13 "lit": strconv.FormatBool(b.Lit),
14 }
15}
16
17func (b DeepslateRedstoneOre) New(props BlockProperties) Block {
18 return DeepslateRedstoneOre{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected