Class WorldEngine
java.lang.Object
com.render.api.world.WorldEngine
Internal renderer-neutral engine used by
RenderLibWorld.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic RenderCompatibilityModestatic voidstatic WorldScenecreateScene(net.minecraft.resources.Identifier id) static longframeId()static Optional<WorldHitResult> pick(net.minecraft.world.phys.Vec3 origin, net.minecraft.world.phys.Vec3 direction, double maximumDistance) static RenderRegistrationregister(WorldRenderer renderer) static Optional<WorldScene> scene(net.minecraft.resources.Identifier id) static WorldRenderStatsstats()
-
Method Details
-
bootstrap
public static void bootstrap() -
createScene
-
scene
-
register
-
compatibilityMode
-
compatibilityMode
-
compatibilityReport
-
stats
-
frameId
public static long frameId() -
pick
public static Optional<WorldHitResult> pick(net.minecraft.world.phys.Vec3 origin, net.minecraft.world.phys.Vec3 direction, double maximumDistance)
-