Interface IBiomeProvider

All Known Subinterfaces:
IAlvearyController, IBeeHousing

public interface IBiomeProvider
Provides information about the biome an object is based in.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome>
     
  • Method Details

    • getBiome

      net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> getBiome()
      Returns:
      The biome the object that implements this interface is located in.