Skip to content

BlocklyNukkitLoader-1.2.9.4-beta-r8

Pre-release
Pre-release
Compare
Choose a tag to compare
@SuperIceCN SuperIceCN released this 04 Jun 10:31
· 19 commits to master since this release

New

  • 小幅优化性能
  • js中可以直接使用类的全名使用java类,无需进行Java.type或require引入

BlockItem

  • @comment(value = "为指定id物品添加中文翻译名")
    public void addItemChineseTranslation(@comment(value = "物品id") int id
    ,@comment(value = "中文名") String name)

  • @comment(value = "为指定id物品添加英文翻译名")
    public void addItemEnglishTranslation(@comment(value = "物品id") int id
    ,@comment(value = "英文名") String name)