Package com.jozufozu.flywheel.api
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
-
Method Details
-
supportsFlywheel
default boolean supportsFlywheel()
-