Package-level declarations
Types
Link copied to clipboard
object ClientCommandCompat
Client-side command send, spanning the MC 1.19 "secure chat" rework by resolving the moved method reflectively at runtime. The client's command-send path was split at 1.19:
Link copied to clipboard
object CommandsCompat
Cross-version seam for Commands#performPrefixedCommand(CommandSourceStack, String).
Link copied to clipboard
object ScreenshotCompat
Cross-version seam for Screenshot#takeScreenshot and the main RenderTarget's accessor. Both are reflective, for different reasons — neither can be inlined later: