Class ResearchLabBER
java.lang.Object
com.portingdeadmods.researchd.client.renderers.ResearchLabBER
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ResearchLabControllerBE>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<ResearchLabControllerBE>
public class ResearchLabBER
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ResearchLabControllerBE>
-
Constructor Summary
ConstructorsConstructorDescriptionResearchLabBER(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.world.phys.AABBgetRenderBoundingBox(ResearchLabControllerBE blockEntity) voidrender(ResearchLabControllerBE researchLabControllerBE, float v, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int packedLight, int packedOverlay) Methods 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
-
ResearchLabBER
public ResearchLabBER(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
render
public void render(ResearchLabControllerBE researchLabControllerBE, float v, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int packedLight, int packedOverlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<ResearchLabControllerBE>
-
getRenderBoundingBox
@NotNull public @NotNull net.minecraft.world.phys.AABB getRenderBoundingBox(ResearchLabControllerBE blockEntity) - Specified by:
getRenderBoundingBoxin interfacenet.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<ResearchLabControllerBE>
-