Uses of Interface
net.minecraft.client.resources.model.ModelBaker.SharedOperationKey
Packages that use ModelBaker.SharedOperationKey
Package
Description
-
Uses of ModelBaker.SharedOperationKey in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as ModelBaker.SharedOperationKeyModifier and TypeFieldDescriptionprivate final ModelBaker.SharedOperationKey<BlockStateModel> BlockStateModel.SimpleCachedUnbakedRoot.bakingKey -
Uses of ModelBaker.SharedOperationKey in net.minecraft.client.renderer.block.model.multipart
Fields in net.minecraft.client.renderer.block.model.multipart declared as ModelBaker.SharedOperationKeyModifier and TypeFieldDescriptionprivate final ModelBaker.SharedOperationKey<MultiPartModel.SharedBakedState> MultiPartModel.Unbaked.sharedStateKey -
Uses of ModelBaker.SharedOperationKey in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type ModelBaker.SharedOperationKeyModifier and TypeFieldDescriptionprivate final Function<ModelBaker.SharedOperationKey<Object>, Object> ModelBakery.ModelBakerImpl.cacheComputeFunctionprivate final Map<ModelBaker.SharedOperationKey<Object>, Object> ModelBakery.ModelBakerImpl.operationCacheMethods in net.minecraft.client.resources.model with parameters of type ModelBaker.SharedOperationKeyModifier and TypeMethodDescription<T> TModelBaker.compute(ModelBaker.SharedOperationKey<T> pKey) <T> TModelBakery.ModelBakerImpl.compute(ModelBaker.SharedOperationKey<T> pKey)