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