Interface Backend

All Known Implementing Classes:
SimpleBackend

@BackendImplemented public interface Backend
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IdRegistry<Backend>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createEngine(net.minecraft.world.level.LevelAccessor level)
    Create a new engine instance.
    Get a fallback backend in case this backend is not supported.
    boolean
    Check if this backend is supported.
  • Field Details

  • Method Details

    • createEngine

      Engine createEngine(net.minecraft.world.level.LevelAccessor level)
      Create a new engine instance.
    • findFallback

      Backend findFallback()
      Get a fallback backend in case this backend is not supported.
    • isSupported

      boolean isSupported()
      Check if this backend is supported.