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 CacheInfoCacheInfo. NOT_CACHABLEMethods in alexiil.mc.lib.attributes that return CacheInfo Modifier and Type Method Description CacheInfoAttributeList. getCacheInfo(int index)Methods in alexiil.mc.lib.attributes with parameters of type CacheInfo Modifier and Type Method Description voidAttributeList. add(T object, CacheInfo cacheInfo)Directly adds the given object to this list.voidAttributeList. add(T object, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)Directly adds the given object to this list.voidAttributeList. offer(java.lang.Object object, CacheInfo cacheInfo)Offers the given object to this list.voidAttributeList. 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 voidFixedFluidInvView. offerSelfAsAttribute(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)Deprecated.Because this functionality has been fully replaced byConvertibleand 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 voidFixedItemInvView. offerSelfAsAttribute(AttributeList<?> list, CacheInfo cacheInfo, net.minecraft.util.shape.VoxelShape shape)Deprecated.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.