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

14 lines
247 B
Go

package block
type YellowStainedGlassPane struct {
East string
North string
South string
Waterlogged string
West string
}
func (YellowStainedGlassPane) ID() string {
return "minecraft:yellow_stained_glass_pane"
}