Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #7

Open
71 of 86 tasks
NKID00 opened this issue Jan 8, 2022 · 0 comments
Open
71 of 86 tasks

Roadmap #7

NKID00 opened this issue Jan 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@NKID00
Copy link
Owner

NKID00 commented Jan 8, 2022

  • Commands
    • /rcu
    • /rcu new <interface name> [option...]
    • /rcu remove <interface name...>
    • /rcu info
    • /rcu info interface
    • /rcu info interface <interface name...>
    • /rcu info script
    • /rcu info script <script name...>
    • /rcu run <script name> [argument...]
    • /rcu reload
    • /rcu lang
    • /rcu lang <language>
  • Selection Manager
  • Interface Manager
    • New
    • Remove
    • IO
    • Event Callback
  • Script Loader
    • Communication
    • Register
  • Timer
  • Script API
    • Script
      • registerScript
      • deregisterScript
      • listScript
      • invokeScript
    • Event Callback
      • registerCallback
      • deregisterCallback
      • listCallback
      • invokeCallback
    • Interface
      • newInterface
      • removeInterface
      • listInterface
      • infoInterface
      • readInterface
      • writeInterface
    • World
      • queryBlock
      • setBlock
      • emitNeighborUpdate
      • emitPostPlacement
      • queryEntity
      • summonEntity
      • killEntity
    • Miscellaneous
      • gametime
      • listPlayer
      • executeCommand
    • Logging
      • info
      • warn
      • error
      • sendInfo
      • sendWarn
      • sendError
  • Script Event Callback
    • Script Lifecycle
      • onScriptRegister
      • onScriptReload
      • onScriptRun
      • onScriptInvoke
    • Gametick
      • onGametickStart
      • onGametickEnd
      • onGametickStartDelay
      • onGametickEndDelay
      • onGametickStartClock
      • onGametickEndClock
    • Interface
      • onInterfaceUpdate
      • onInterfaceUpdateImmediate
      • onInterfaceRead
      • onInterfaceWrite
      • onInterfaceNew
      • onInterfaceRemove
    • World
      • onBlockChange
      • onBlockNeighborUpdate
      • onBlockPostPlacement
      • onBlockRedstoneUpdate
      • onBlockRedstoneUpdateImmediate
  • Storage
  • Options
  • I18n
    • Loader
    • English
    • 简体中文
  • Support for other mc versions
    • 1.16
    • 1.17
    • 1.18
    • 1.19
  • Python Library
    • Low-level API
    • Low-level event callback
    • High-level API
      • wait
      • main function dispatcher
        • provide concrete interface instance with size etc.
      • auto data validator
@NKID00 NKID00 changed the title 路线 Roadmap Aug 10, 2022
@NKID00 NKID00 added the enhancement New feature or request label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant