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

10 lines
154 B
Go

package block
type WitherSkeletonSkull struct {
Rotation string
}
func (WitherSkeletonSkull) ID() string {
return "minecraft:wither_skeleton_skull"
}