Uses of Class
alexiil.mc.lib.attributes.CacheInfo
Packages that use CacheInfo
Package
Description
The base package for
fluid
management.-
Uses of CacheInfo in alexiil.mc.lib.attributes
Fields in alexiil.mc.lib.attributes declared as CacheInfoMethods in alexiil.mc.lib.attributes that return CacheInfoMethods in alexiil.mc.lib.attributes with parameters of type CacheInfoModifier and TypeMethodDescriptionvoid
Directly adds the given object to this list.void
Directly adds the given object to this list.void
Offers the given object to this list.void
Offers the given object to this list. -
Uses of CacheInfo in alexiil.mc.lib.attributes.fluid
Methods in alexiil.mc.lib.attributes.fluid with parameters of type CacheInfoModifier and TypeMethodDescriptiondefault void
FixedFluidInvView.offerSelfAsAttribute
(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CacheInfo in alexiil.mc.lib.attributes.item
Methods in alexiil.mc.lib.attributes.item with parameters of type CacheInfoModifier and TypeMethodDescriptiondefault void
FixedItemInvView.offerSelfAsAttribute
(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape) Deprecated, for removal: This API element is subject to removal in a future version.Because this functionality has been fully replaced byConvertible
and it's usage inAttributeList
, so you can always just offer this object directly to the attribute list.
Convertible
and it's usage inAttributeList
.