()
| 5 | } |
| 6 | |
| 7 | func (b BoneBlock) Encode() (string, BlockProperties) { |
| 8 | return "minecraft:bone_block", BlockProperties{ |
| 9 | "axis": b.Axis, |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | func (b BoneBlock) New(props BlockProperties) Block { |
| 14 | return BoneBlock{ |
nothing calls this directly
no outgoing calls
no test coverage detected