Skip to content

Chunk Load Event

wagyourtail edited this page Aug 3, 2020 · 3 revisions

1.2.3+

this event is fired immediately after a chunk is loaded.

This event passes some arguments to javascript which can be accessed by the ArrayList<String, Object> called args. a list of these properties is:

  • x: x chunk coord.
  • z: z chunk coord.
  • fullChunk: boolean representing full/partial chunk load.
Clone this wiki locally