Class SimpleBackend

java.lang.Object
com.jozufozu.flywheel.lib.backend.SimpleBackend
All Implemented Interfaces:
Backend

public class SimpleBackend extends Object implements Backend
  • Constructor Details

  • Method Details

    • builder

      public static SimpleBackend.Builder builder()
    • createEngine

      public Engine createEngine(net.minecraft.world.level.LevelAccessor level)
      Description copied from interface: Backend
      Create a new engine instance.
      Specified by:
      createEngine in interface Backend
    • findFallback

      public Backend findFallback()
      Description copied from interface: Backend
      Get a fallback backend in case this backend is not supported.
      Specified by:
      findFallback in interface Backend
    • isSupported

      public boolean isSupported()
      Description copied from interface: Backend
      Check if this backend is supported.
      Specified by:
      isSupported in interface Backend