Uses of Interface
net.minecraft.client.renderer.culling.ICamera

Packages that use ICamera
net.minecraft.client.renderer   
net.minecraft.client.renderer.culling   
 

Uses of ICamera in net.minecraft.client.renderer
 

Methods in net.minecraft.client.renderer with parameters of type ICamera
 void RenderGlobal.clipRenderersByFrustum(ICamera par1ICamera, float par2)
          Checks all renderers that previously weren't in the frustum and 1/16th of those that previously were in the frustum for frustum clipping Args: frustum, partialTickTime
 void RenderGlobal.renderEntities(Vec3 par1Vec3, ICamera par2ICamera, float par3)
          Renders all entities within range and within the frustrum.
 void WorldRenderer.updateInFrustum(ICamera par1ICamera)
           
 

Uses of ICamera in net.minecraft.client.renderer.culling
 

Classes in net.minecraft.client.renderer.culling that implement ICamera
 class Frustrum