Files
emod-cli/examples/default/behavior_pack/exampleScripts/enums/serverEvents.py

4 lines
152 B
Python
Raw Normal View History

2025-11-29 17:31:00 +08:00
class ServerEvents(object):
BlockRandomTickServerEvent = "BlockRandomTickServerEvent"
ServerBlockEntityTickEvent = "ServerBlockEntityTickEvent"