Open Planutim opened 3 years ago
event log is
Event <- a struct
With default value for position like 0xffffff, or something, if not used
event type enum is like
And only store last 16,000 events.
also
player metrics
world metrics
blocks placed
blocks destroyed
items spawned (world metric)
items consumed (world metric)
items crafted (world metrics)
How would "Player Picked up Item" fit within the proposed Event
struct? There is no member for event.ItemTypeID
.
Create “Event Log”