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

10 lines
165 B
Go

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