Uses of Package
alexiil.mc.lib.attributes.misc
Package
Description
The base package for
fluid
management.-
ClassDescriptionA type of
Consumer
that may or may not accept a given input.A reference to some object. -
-
ClassDescriptionImplementation helper class for LBA
Combined
.AnObject
that combines several sub objects of one type into a single object of the same type.A type ofConsumer
that may or may not accept a given input.Marker interface for the various null-like implementations of item and fluid inventories.AnObject
that 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). -
ClassDescriptionSkeleton class for use when exposing an attribute (like a fluid inventory) from an item that is contained in a reference.A type of
Consumer
that may or may not accept a given input.A reference to some object. -
-
-
-
ClassDescriptionImplementation helper class for LBA
Combined
.AnObject
that combines several sub objects of one type into a single object of the same type.A type ofConsumer
that may or may not accept a given input.Marker interface for the various null-like implementations of item and fluid inventories.AnObject
that 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). -
ClassDescriptionA
Reference
that delegates to aSupplier
forCallableRef.get()
,Consumer
forCallableRef.set(Object)
, and aPredicate
forCallableRef.isValid(Object)
.AnObject
that combines several sub objects of one type into a single object of the same type.AReference
that can be modified untilDestroyableRef.destroy()
is called, after which all calls toDestroyableRef.set(Object)
andDestroyableRef.isValid(Object)
will return false.A type ofConsumer
that may or may not accept a given input.A reference to some object.A variant ofCallableRef
that usesSupplier
forSimulatableRef.get()
, andLimitedConsumer
forSimulatableRef.set(Object)
andSimulatableRef.isValid(Object)
.AReference
that may be obtained throughUnmodifiableRef.get()
, but never allows the value to be changed inUnmodifiableRef.set(Object)
.