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