Files
emod-cli/examples/default/behavior_pack/exampleScripts/enums/serverEvents.py
2025-11-29 17:31:00 +08:00

4 lines
152 B
Python

class ServerEvents(object):
BlockRandomTickServerEvent = "BlockRandomTickServerEvent"
ServerBlockEntityTickEvent = "ServerBlockEntityTickEvent"