10 lines
154 B
Go
10 lines
154 B
Go
package block
|
|
|
|
type WitherSkeletonSkull struct {
|
|
Rotation string
|
|
}
|
|
|
|
func (WitherSkeletonSkull) ID() string {
|
|
return "minecraft:wither_skeleton_skull"
|
|
}
|