Class TinyPotatoBlockEntityRenderer
java.lang.Object
vazkii.botania.client.render.block_entity.TinyPotatoBlockEntityRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TinyPotatoBlockEntity>
public class TinyPotatoBlockEntityRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TinyPotatoBlockEntity>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTinyPotatoBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.resources.model.BakedModelgetModelFromDisplayName(net.minecraft.network.chat.Component displayName) voidrender(@NotNull TinyPotatoBlockEntity potato, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, @NotNull 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
-
Field Details
-
DEFAULT
- See Also:
-
HALLOWEEN
- See Also:
-
-
Constructor Details
-
TinyPotatoBlockEntityRenderer
public TinyPotatoBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
getModelFromDisplayName
public static net.minecraft.client.resources.model.BakedModel getModelFromDisplayName(net.minecraft.network.chat.Component displayName) -
render
public void render(@NotNull @NotNull TinyPotatoBlockEntity potato, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<TinyPotatoBlockEntity>
-