Class CircuitSurfaceRenderer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CircuitSurfaceRenderer(EntityRendererProvider.Context renderManager)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer

        getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderLeash, renderNameTag, shouldRender
      • Methods inherited from class dev.wendigodrip.thebrokenscript.client.renderer.circuit.CircuitRenderer

        getRenderType, preRender
      • Methods inherited from class software.bernie.geckolib.renderer.GeoEntityRenderer

        actuallyRender, addRenderLayer, applyRenderLayers, applyRotations, applyRotations, doPostRenderCleanup, fireCompileRenderLayersEvent, firePostRenderEvent, firePreRenderEvent, getAnimatable, getDeathMaxRotation, getGeoModel, getInstanceId, getNameRenderCutoffDistance, getPackedOverlay, getRenderColor, getRenderLayers, getTextureLocation, isShaking, render, renderFinal, renderLeash, renderRecursively, shouldShowName, updateAnimatedTextureFrame, withScale, withScale
      • Methods inherited from class software.bernie.geckolib.renderer.GeoRenderer

        applyRenderLayersForBone, bufferNeedsRefresh, checkAndRefreshBuffer, createVerticesOfQuad, defaultRender, getMotionAnimThreshold, postRender, preApplyRenderLayers, reRender, renderChildBones, renderCube, renderCubesOfBone, scaleModelForRender
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CircuitSurfaceRenderer

        CircuitSurfaceRenderer(EntityRendererProvider.Context renderManager)
    • Method Detail