Interface IBiomeSpecificProcessingRecipe
public interface IBiomeSpecificProcessingRecipe
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault 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) voidvalueFromString(String string)
-
Method Details
-
setAllowedBiomes
-
getAllowedBiomes
Set<IBiomeSpecificProcessingRecipe.BiomeValue> 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) -
valueFromString
-