You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Location is a type responsible for any kind of location
be it a static location like x:10, y:5, z:1 or be it a non static location based on
NPC's position or player's position ETC.
Location structure
type (byte) | data (based on type)
type definitions
id
name
data
0
static position
(float) x, (float) y, (float) z
1
npc name position
(String) name
default
player position
none
File
File is type responsible for any kind of file, primarily the sound kind