Class HarnessEntity.Renderer

java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<com.simibubi.create.content.contraptions.actors.seat.SeatEntity>
com.simibubi.create.content.contraptions.actors.seat.SeatEntity.Render
com.petrolpark.compat.create.common.kinetics.horseMill.HarnessEntity.Renderer
Enclosing class:
HarnessEntity

public static class HarnessEntity.Renderer extends com.simibubi.create.content.contraptions.actors.seat.SeatEntity.Render
  • Field Summary

    Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer

    entityRenderDispatcher, LEASH_RENDER_STEPS, NAMETAG_SCALE, shadowRadius, shadowStrength
  • Constructor Summary

    Constructors
    Constructor
    Description
    Renderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.simibubi.create.content.contraptions.actors.seat.SeatEntity entity, float entityYaw, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight)
     
    boolean
    shouldRender(com.simibubi.create.content.contraptions.actors.seat.SeatEntity seatEntity, net.minecraft.client.renderer.culling.Frustum frustum, double p_225626_3_, double p_225626_5_, double p_225626_7_)
     

    Methods inherited from class com.simibubi.create.content.contraptions.actors.seat.SeatEntity.Render

    getTextureLocation

    Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer

    getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderNameTag, shouldShowName

    Methods inherited from class java.lang.Object

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

    • Renderer

      public Renderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
  • Method Details

    • shouldRender

      public boolean shouldRender(com.simibubi.create.content.contraptions.actors.seat.SeatEntity seatEntity, net.minecraft.client.renderer.culling.Frustum frustum, double p_225626_3_, double p_225626_5_, double p_225626_7_)
      Overrides:
      shouldRender in class com.simibubi.create.content.contraptions.actors.seat.SeatEntity.Render
    • render

      public void render(@Nonnull com.simibubi.create.content.contraptions.actors.seat.SeatEntity entity, float entityYaw, float partialTick, @Nonnull com.mojang.blaze3d.vertex.PoseStack poseStack, @Nonnull net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight)
      Overrides:
      render in class net.minecraft.client.renderer.entity.EntityRenderer<com.simibubi.create.content.contraptions.actors.seat.SeatEntity>