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.attributesFields 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 TypeMethodDescriptionvoidDirectly adds the given object to this list.voidDirectly adds the given object to this list.voidOffers the given object to this list.voidOffers the given object to this list.
- 
Uses of CacheInfo in alexiil.mc.lib.attributes.fluidMethods in alexiil.mc.lib.attributes.fluid with parameters of type CacheInfoModifier and TypeMethodDescriptiondefault voidFixedFluidInvView.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.itemMethods in alexiil.mc.lib.attributes.item with parameters of type CacheInfoModifier and TypeMethodDescriptiondefault voidFixedItemInvView.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 byConvertibleand it's usage inAttributeList, so you can always just offer this object directly to the attribute list.
Convertibleand it's usage inAttributeList.