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