Package | Description |
---|---|
buildcraft.lib.client.model | |
buildcraft.transport.client.model |
Modifier and Type | Class and Description |
---|---|
class |
ModelCache<K>
Implements a caching system for models with potentially infinite variants.
|
class |
ModelCacheJoiner<K> |
class |
ModelCacheMultipleSame<K,T>
An adding
IModelCache that takes a single key and adds all of the sub-keys given by the
ModelCacheMultipleSame.IModelKeyMultipleSameMapper |
Constructor and Description |
---|
ModelCacheMultipleSame(ModelCacheMultipleSame.IModelKeyMultipleSameMapper<K,T> mapper,
IModelCache<T> separateCache) |
ModelKeyWrapper(ModelCacheJoiner.IModelKeyMapper<K,T> mapper,
IModelCache<T> cache) |
Modifier and Type | Field and Description |
---|---|
static IModelCache<PipeModelCachePluggable.PluggableKey> |
PipeModelCachePluggable.cacheCutoutAll |
static IModelCache<PipeModelCachePluggable.PluggableKey> |
PipeModelCachePluggable.cacheTranslucentAll |