Package com.petrolpark.core.recipe
Interface IBiomeSpecificRecipe
- All Known Implementing Classes:
AdvancedProcessingRecipe
public interface IBiomeSpecificRecipe
-
Method Summary
Modifier and TypeMethodDescriptionOptional<net.minecraft.core.HolderSet<net.minecraft.world.level.biome.Biome>> default booleanisValidAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos) default booleanisValidIn(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome)
-
Method Details
-
getAllowedBiomes
Optional<net.minecraft.core.HolderSet<net.minecraft.world.level.biome.Biome>> getAllowedBiomes() -
isValidIn
default boolean isValidIn(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome) -
isValidAt
default boolean isValidAt(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
-