Interface PoolOverlayProvider

All Known Implementing Classes:
AlchemyCatalystBlock, ConjurationCatalystBlock, ManaVoidBlock

public interface PoolOverlayProvider
A block that implements this can provide a sprite to be used as an overlay for the mana pool, similarly to the mana void and catalysts.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
    getIcon(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     
  • Method Details

    • getIcon

      net.minecraft.resources.ResourceLocation getIcon(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
      Returns:
      A sprite to render. Must be stitched to the main block/item atlas.