Uses of Class
alexiil.mc.lib.attributes.CacheInfo
Package | Description |
---|---|
alexiil.mc.lib.attributes | |
alexiil.mc.lib.attributes.fluid |
The base package for
fluid management. |
alexiil.mc.lib.attributes.item |
-
Uses of CacheInfo in alexiil.mc.lib.attributes
Fields in alexiil.mc.lib.attributes declared as CacheInfo Modifier and Type Field Description static CacheInfo
CacheInfo. NOT_CACHABLE
Methods in alexiil.mc.lib.attributes that return CacheInfo Modifier and Type Method Description CacheInfo
AttributeList. getCacheInfo(int index)
Methods in alexiil.mc.lib.attributes with parameters of type CacheInfo Modifier and Type Method Description void
AttributeList. add(T object, CacheInfo cacheInfo)
Directly adds the given object to this list.void
AttributeList. add(T object, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)
Directly adds the given object to this list.void
AttributeList. offer(java.lang.Object object, CacheInfo cacheInfo)
Offers the given object to this list.void
AttributeList. offer(java.lang.Object object, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)
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 CacheInfo Modifier and Type Method Description default void
FixedFluidInvView. offerSelfAsAttribute(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)
Deprecated.Because this functionality has been fully replaced byConvertible
and it's usage inAttributeList
. -
Uses of CacheInfo in alexiil.mc.lib.attributes.item
Methods in alexiil.mc.lib.attributes.item with parameters of type CacheInfo Modifier and Type Method Description default void
FixedItemInvView. offerSelfAsAttribute(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)
Deprecated.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.