Class TerrestrialAgglomerationPlateBlockEntityRenderer
java.lang.Object
vazkii.botania.client.render.block_entity.TerrestrialAgglomerationPlateBlockEntityRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TerrestrialAgglomerationPlateBlockEntity>
public class TerrestrialAgglomerationPlateBlockEntityRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TerrestrialAgglomerationPlateBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionTerrestrialAgglomerationPlateBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context manager) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@NotNull TerrestrialAgglomerationPlateBlockEntity plate, float f, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) 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
-
TerrestrialAgglomerationPlateBlockEntityRenderer
public TerrestrialAgglomerationPlateBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context manager)
-
-
Method Details
-
render
public void render(@NotNull @NotNull TerrestrialAgglomerationPlateBlockEntity plate, float f, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<TerrestrialAgglomerationPlateBlockEntity>
-