Class PylonBlockEntityRenderer

java.lang.Object
vazkii.botania.client.render.block_entity.PylonBlockEntityRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PylonBlockEntity>

public class PylonBlockEntityRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PylonBlockEntity>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    render(@Nullable PylonBlockEntity pylon, float pticks, 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, wait

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

    getViewDistance, shouldRender, shouldRenderOffScreen
  • Field Details

    • MANA_TEXTURE

      public static final net.minecraft.resources.ResourceLocation MANA_TEXTURE
    • NATURA_TEXTURE

      public static final net.minecraft.resources.ResourceLocation NATURA_TEXTURE
    • GAIA_TEXTURE

      public static final net.minecraft.resources.ResourceLocation GAIA_TEXTURE
  • Constructor Details

    • PylonBlockEntityRenderer

      public PylonBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
  • Method Details

    • render

      public void render(@Nullable @Nullable PylonBlockEntity pylon, float pticks, 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<PylonBlockEntity>