()
| 4 | } |
| 5 | |
| 6 | func (b DiamondBlock) Encode() (string, BlockProperties) { |
| 7 | return "minecraft:diamond_block", BlockProperties{} |
| 8 | } |
| 9 | |
| 10 | func (b DiamondBlock) New(props BlockProperties) Block { |
| 11 | return DiamondBlock{} |
nothing calls this directly
no outgoing calls
no test coverage detected