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

13 lines
166 B
Go

package block
type Repeater struct {
Delay string
Facing string
Locked string
Powered string
}
func (Repeater) ID() string {
return "minecraft:repeater"
}