Skip to content

目录

提示

此页面由程序自动生成,无需额外维护

├── coding-standards/
  └── comment-style
├── deployment
├── EnderRealmServerCore/
  ├── architecture
  ├── command
  ├── configuration
  ├── environment-api
  ├── i18n
  └── logging
├── games/
  ├── bedwars/
    ├── custom-items
    ├── event-system
    ├── generator-system
    └── multi-mode-architecture
  └── disaster/
    ├── command-system
    ├── disaster-system
    ├── item-system
    ├── listener-system
    └── room-system
├── get-started
├── libs/
  ├── easy4form/
    ├── api-versioning
    ├── architecture
    └── usage
  └── EnderRealmFastGUI/
    ├── architecture
    └── usage
└── starter/
  ├── 1-environment/
    ├── 1-1-java
    ├── 1-2-git
    ├── 1-3-python
    ├── 1-4-database
    ├── 1-5-ide
    └── 1-6-markdown
  ├── 2-get-code/
    ├── 2-1-git-basics
    ├── 2-2-clone
    └── 2-3-submodules
  ├── 3-project-structure/
    └── 3-1-overview
  └── 4-build-and-run/
    ├── 4-1-gradle
    ├── 4-2-build
    ├── 4-3-dev-server
    └── 4-4-backend