Skip to content

CommandBlockType

class in mod.common.minecraftEnum

  • 描述

    命令方块类型

python
class CommandBlockType:
	PULSE = 0  		# 脉冲
	CYCLE = 1  		# 循环
	CHAIN = 2  		# 连锁