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