Package alexiil.mc.lib.attributes.fluid.filter
package alexiil.mc.lib.attributes.fluid.filter
-
Interface SummaryInterfaceDescriptionMarker interface for
FluidFilterthat indicates that object obtaining instances of this might be able to read the real contents.A type ofReadableFluidFilterthat may be resolved at a later time to a fixedReadableFluidFilter, but which isn't constant over time. -
Class SummaryClassDescriptionAn
FluidFilterover a predefined array ofFluidFilter's.AnFluidFilterthat only matches on a singleFluidKey.AFluidFilterthat checks to see if the givenFluidInsertablecould have the fluid inserted into it, right now.AFluidFilterthat matches on what type it's based on.The default implementation forFluidFilter.negate() -
Enum Class SummaryEnum ClassDescriptionA
FluidFilterthat either matches everything (ConstantFluidFilter.ANYTHING) or matches nothing (ConstantFluidFilter.NOTHING)