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

11 lines
152 B
Go

package block
type EndPortalFrame struct {
Eye string
Facing string
}
func (EndPortalFrame) ID() string {
return "minecraft:end_portal_frame"
}