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

10 lines
137 B
Go

package block
type PlayerWallHead struct {
Facing string
}
func (PlayerWallHead) ID() string {
return "minecraft:player_wall_head"
}