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

13 lines
186 B
Go

package block
type BirchFenceGate struct {
Facing string
In_wall string
Open string
Powered string
}
func (BirchFenceGate) ID() string {
return "minecraft:birch_fence_gate"
}