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
ConstructorsConstructorDescriptionRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(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) booleanshouldRender(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
getTextureLocationMethods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderNameTag, shouldShowName
-
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:
shouldRenderin classcom.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:
renderin classnet.minecraft.client.renderer.entity.EntityRenderer<com.simibubi.create.content.contraptions.actors.seat.SeatEntity>
-