Uses of Class
alexiil.mc.lib.attributes.CacheInfo
Package
Description
The base package for
fluid
management.-
Uses of CacheInfo in alexiil.mc.lib.attributes
Modifier 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
Modifier 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
Modifier 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
.