Package vazkii.botania.api.mana
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 TypeMethodDescriptionnet.minecraft.resources.ResourceLocationgetIcon(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.
-