Uses of Class
alexiil.mc.lib.attributes.AggregateFilterType
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes | |
| alexiil.mc.lib.attributes.fluid.filter | |
| alexiil.mc.lib.attributes.item.filter |
-
Uses of AggregateFilterType in alexiil.mc.lib.attributes
Methods in alexiil.mc.lib.attributes that return AggregateFilterType Modifier and Type Method Description static AggregateFilterTypeAggregateFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AggregateFilterType[]AggregateFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregateFilterType in alexiil.mc.lib.attributes.fluid.filter
Fields in alexiil.mc.lib.attributes.fluid.filter declared as AggregateFilterType Modifier and Type Field Description AggregateFilterTypeAggregateFluidFilter. typeMethods in alexiil.mc.lib.attributes.fluid.filter with parameters of type AggregateFilterType Modifier and Type Method Description static FluidFilterAggregateFluidFilter. combine(AggregateFilterType type, FluidFilter... filters)static FluidFilterAggregateFluidFilter. combine(AggregateFilterType type, FluidFilter filterA, FluidFilter filterB)static FluidFilterAggregateFluidFilter. combine(AggregateFilterType type, java.util.List<? extends FluidFilter> filters)Constructors in alexiil.mc.lib.attributes.fluid.filter with parameters of type AggregateFilterType Constructor Description AggregateFluidFilter(AggregateFilterType type, FluidFilter... filters) -
Uses of AggregateFilterType in alexiil.mc.lib.attributes.item.filter
Fields in alexiil.mc.lib.attributes.item.filter declared as AggregateFilterType Modifier and Type Field Description AggregateFilterTypeAggregateItemFilter. typeMethods in alexiil.mc.lib.attributes.item.filter with parameters of type AggregateFilterType Modifier and Type Method Description static ItemFilterAggregateItemFilter. combine(AggregateFilterType type, ItemFilter... filters)static ItemFilterAggregateItemFilter. combine(AggregateFilterType type, ItemFilter filterA, ItemFilter filterB)static ItemFilterAggregateItemFilter. combine(AggregateFilterType type, java.util.List<? extends ItemFilter> filters)Constructors in alexiil.mc.lib.attributes.item.filter with parameters of type AggregateFilterType Constructor Description AggregateItemFilter(AggregateFilterType type, ItemFilter... filters)