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

13 lines
195 B
Go

package block
type WarpedStairs struct {
Facing string
Half string
Shape string
Waterlogged string
}
func (WarpedStairs) ID() string {
return "minecraft:warped_stairs"
}