Uses of Package
alexiil.mc.lib.attributes.misc
Packages that use alexiil.mc.lib.attributes.misc
Package
Description
The base package for 
fluid management.- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributesClassDescriptionA type ofConsumerthat may or may not accept a given input.A reference to some object.
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.fluid
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.fluid.implClassDescriptionImplementation helper class for LBACombined.AnObjectthat combines several sub objects of one type into a single object of the same type.A type ofConsumerthat may or may not accept a given input.Marker interface for the various null-like implementations of item and fluid inventories.AnObjectthat wraps an object of a different type into some other type.An object that can be saved and loaded (in place, unlike fluid keys or volumes which must be loaded from a specialised static method).
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.fluid.itemClassDescriptionSkeleton class for use when exposing an attribute (like a fluid inventory) from an item that is contained in a reference.A type ofConsumerthat may or may not accept a given input.A reference to some object.
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.item
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.item.compat
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.item.entity
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.item.implClassDescriptionImplementation helper class for LBACombined.AnObjectthat combines several sub objects of one type into a single object of the same type.A type ofConsumerthat may or may not accept a given input.Marker interface for the various null-like implementations of item and fluid inventories.AnObjectthat wraps an object of a different type into some other type.An object that can be saved and loaded (in place, unlike fluid keys or volumes which must be loaded from a specialised static method).
- 
Classes in alexiil.mc.lib.attributes.misc used by alexiil.mc.lib.attributes.miscClassDescriptionAReferencethat delegates to aSupplierforCallableRef.get(),ConsumerforCallableRef.set(Object), and aPredicateforCallableRef.isValid(Object).AnObjectthat combines several sub objects of one type into a single object of the same type.AReferencethat can be modified untilDestroyableRef.destroy()is called, after which all calls toDestroyableRef.set(Object)andDestroyableRef.isValid(Object)will return false.A type ofConsumerthat may or may not accept a given input.A reference to some object.A variant ofCallableRefthat usesSupplierforSimulatableRef.get(), andLimitedConsumerforSimulatableRef.set(Object)andSimulatableRef.isValid(Object).AReferencethat may be obtained throughUnmodifiableRef.get(), but never allows the value to be changed inUnmodifiableRef.set(Object).