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