Interface Backend
- All Known Implementing Classes:
SimpleBackend
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateEngine(net.minecraft.world.level.LevelAccessor level) Create a new engine instance.booleanCheck if this backend is supported.intpriority()The priority of this backend.
-
Field Details
-
REGISTRY
-
-
Method Details
-
createEngine
Create a new engine instance. -
priority
int priority()The priority of this backend.The backend with the highest priority upon first launch will be chosen as the default backend.
If the selected backend becomes unavailable for whatever reason, the next supported backend with a LOWER priority than the selected one will be chosen.
- Returns:
- The priority of this backend.
-
isSupported
boolean isSupported()Check if this backend is supported.
-