10 lines
165 B
Go
10 lines
165 B
Go
package block
|
|
|
|
type WitherSkeletonWallSkull struct {
|
|
Facing string
|
|
}
|
|
|
|
func (WitherSkeletonWallSkull) ID() string {
|
|
return "minecraft:wither_skeleton_wall_skull"
|
|
}
|