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