Skip to content

Zone special client

XiaoColorful edited this page Nov 9, 2025 · 3 revisions

特殊客户端功能

附加渲染

该特殊功能仅为发送SpecialZoneRenderEvent,供其他模组开发者监听事件

  • zoneSpecialType:"render"
  • protocol:自定义协议名称,建议优先通过该字符串筛选要处理的事件
  • jsonTag:自定义数据
"zoneSpecial": {
	"zoneSpecialType": "render",
	"protocol": "cbr:direct",
	"jsonTag": {
	}
}

English

Special client function

Additional render

This special function is only for sending SpecialZoneRenderEvent, allowing other mod developers to listen for them.

  • zoneSpecialType: "render"
  • protocol: A custom protocol name. It's recommended to use this string to filter events to be processed.
  • jsonTag: Custom data
"zoneSpecial": {
	"zoneSpecialType": "render",
	"protocol": "cbr:direct",
	"jsonTag": {
	}
}

🌐 Language / 语言


Clone this wiki locally