Class RocketControlsRenderer

java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<RocketControlsBlockEntity>
com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<RocketControlsBlockEntity>
com.lightning.northstar.block.tech.rocket_controls.RocketControlsRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<RocketControlsBlockEntity>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<RocketControlsBlockEntity>

public class RocketControlsRenderer extends com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<RocketControlsBlockEntity>
  • Constructor Summary

    Constructors
    Constructor
    Description
    RocketControlsRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    render(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.simibubi.create.foundation.virtualWorld.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer, float angle)
     
    protected void
    renderSafe(RocketControlsBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer

    renderNameplateOnHover

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer

    getRenderBoundingBox, isInvalid, render, shouldCullItem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer

    getViewDistance, shouldRender, shouldRenderOffScreen
  • Constructor Details

    • RocketControlsRenderer

      public RocketControlsRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • renderSafe

      protected void renderSafe(RocketControlsBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Overrides:
      renderSafe in class com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<RocketControlsBlockEntity>
    • render

      public static void render(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.simibubi.create.foundation.virtualWorld.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer, float angle)