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
ConstructorsConstructorDescriptionRocketControlsRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrender(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 voidrenderSafe(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
renderNameplateOnHoverMethods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer
getRenderBoundingBox, isInvalid, render, shouldCullItemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
renderSafein classcom.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)
-