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