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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TinyPotatoBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.resources.model.BakedModel
    getModelFromDisplayName(net.minecraft.network.chat.Component displayName)
     
    void
    render(@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, wait

    Methods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer

    getViewDistance, shouldRender, shouldRenderOffScreen
  • Field Details

  • 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:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TinyPotatoBlockEntity>