Class RenderTileEntityOrb

java.lang.Object
com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer<OrbTileEntity>
com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<OrbTileEntity>

public class RenderTileEntityOrb extends TileEntityRenderer<OrbTileEntity>
  • Field Details

    • RED_ORB

      public static final net.minecraft.resources.ResourceLocation RED_ORB
    • BLUE_ORB

      public static final net.minecraft.resources.ResourceLocation BLUE_ORB
    • JADE_ORB

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

    • RenderTileEntityOrb

      public RenderTileEntityOrb(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context dispatcher)
  • Method Details

    • hasProperty

      public boolean hasProperty(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.state.properties.EnumProperty<?> property)
    • render

      public void render(OrbTileEntity tile, net.minecraft.world.level.block.state.BlockState state, double x, double y, double z, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrix, net.minecraft.client.renderer.MultiBufferSource buffer, int combinedLight, int combinedOverlay)
      Specified by:
      render in class TileEntityRenderer<OrbTileEntity>