Files
go-mc/level/block/birch_trapdoor.go
2022-03-09 10:47:46 +08:00

14 lines
218 B
Go

package block
type BirchTrapdoor struct {
Facing string
Half string
Open string
Powered string
Waterlogged string
}
func (BirchTrapdoor) ID() string {
return "minecraft:birch_trapdoor"
}