VulkanShader_1.21.10-0.0.4-alpha.jar

Download file
    package net.vulkanmod.interfaces.biome;

import net.minecraft.class_4543;

public interface BiomeManagerExtended {
   static BiomeManagerExtended of(class_4543 biomeManager) {
      return (BiomeManagerExtended)biomeManager;
   }

   long getBiomeZoomSeed();
}
    
Download file