1.21.8 data
This commit is contained in:
8
bot/world/events.go
Normal file
8
bot/world/events.go
Normal file
@ -0,0 +1,8 @@
|
||||
package world
|
||||
|
||||
import "github.com/Tnze/go-mc/level"
|
||||
|
||||
type EventsListener struct {
|
||||
LoadChunk func(pos level.ChunkPos) error
|
||||
UnloadChunk func(pos level.ChunkPos) error
|
||||
}
|
Reference in New Issue
Block a user