tweakRenderViewEntity

open fun tweakRenderViewEntity(instance: Minecraft): Entity

Tweak the renderViewEntity for FreeCam. Unfortunately using a regex to target multiple methods with a single Redirect did not work so there are three now.


= "name=/renderWorldPass|orientCamera|getMouseOver/", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/Minecraft;getRenderViewEntity()Lnet/minecraft/entity/Entity;"))