Class ManipulatorBlockEntityRenderer

java.lang.Object
com.idark.valoria.client.render.model.blockentity.ManipulatorBlockEntityRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManipulatorBlockEntity>

public class ManipulatorBlockEntityRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManipulatorBlockEntity>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.resources.model.ModelResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(ManipulatorBlockEntity manipulatorBlockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
     
    static void
    renderCustomModel(net.minecraft.client.resources.model.ModelResourceLocation model, net.minecraft.world.item.ItemDisplayContext displayContext, boolean leftHand, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int combinedLight, int combinedOverlay)
     

    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

    • SPHERE

      public static final net.minecraft.client.resources.model.ModelResourceLocation SPHERE
  • Constructor Details

    • ManipulatorBlockEntityRenderer

      public ManipulatorBlockEntityRenderer()
  • Method Details

    • render

      public void render(ManipulatorBlockEntity manipulatorBlockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManipulatorBlockEntity>
    • renderCustomModel

      public static void renderCustomModel(net.minecraft.client.resources.model.ModelResourceLocation model, net.minecraft.world.item.ItemDisplayContext displayContext, boolean leftHand, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int combinedLight, int combinedOverlay)