Class BookshelfRenderer
java.lang.Object
com.binaris.wizardry.client.renderer.blockentity.BookshelfRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BookshelfBlockEntity>
public class BookshelfRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BookshelfBlockEntity>
Renderer for the Bookshelf block entity.
-
Constructor Summary
ConstructorsConstructorDescriptionBookshelfRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(BookshelfBlockEntity entity, float partialTicks, @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull net.minecraft.client.renderer.MultiBufferSource bufferSource, 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
-
BookshelfRenderer
public BookshelfRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
render
public void render(BookshelfBlockEntity entity, float partialTicks, @NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<BookshelfBlockEntity>
-