Package forestry.api.genetics.filter
Interface IFilterRule
- All Known Subinterfaces:
IFilterRuleType
public interface IFilterRule
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.resources.ResourceLocationIf a species type with this uid is registered, the filter will only get stack with individuals from this root.booleanisValid(net.minecraft.world.item.ItemStack stack, FilterData data)
-
Method Details
-
isValid
-
getSpeciesTypeId
@Nullable default net.minecraft.resources.ResourceLocation getSpeciesTypeId()If a species type with this uid is registered, the filter will only get stack with individuals from this root.
-