Class RenderLibWorld
java.lang.Object
com.render.api.RenderLibWorld
Stable entry point for the renderer-neutral world engine.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic RenderCompatibilityModestatic voidstatic WorldScenecreateScene(net.minecraft.resources.Identifier id) static EntityOutlineManageroutlines()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
-
pick
public static Optional<WorldHitResult> pick(net.minecraft.world.phys.Vec3 origin, net.minecraft.world.phys.Vec3 direction, double maximumDistance) -
outlines
-