Interface FlywheelWorld

All Known Implementing Classes:
VirtualRenderWorld

public interface FlywheelWorld
A marker interface custom worlds can override to indicate that block entities and entities inside the world should render with Flywheel. Minecraft#level is special cased and will support Flywheel by default.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
  • Method Details

    • supportsFlywheel

      default boolean supportsFlywheel()