Uses of Enum Class
net.minecraft.client.render.model.UnbakedModel.ModelType
Packages that use UnbakedModel.ModelType
-
Uses of UnbakedModel.ModelType in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as UnbakedModel.ModelTypeModifier and TypeFieldDescriptionprivate UnbakedModel.ModelTypeReferencedModelsCollector.ResolverImpl.currentlyResolvingTypeMethods in net.minecraft.client.render.model that return UnbakedModel.ModelTypeModifier and TypeMethodDescriptionstatic UnbakedModel.ModelTypeReturns the enum constant of this class with the specified name.static UnbakedModel.ModelType[]UnbakedModel.ModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.model with parameters of type UnbakedModel.ModelTypeModifier and TypeMethodDescriptionvoidMultipartUnbakedModel.resolve(UnbakedModel.Resolver resolver, UnbakedModel.ModelType currentlyResolvingType) voidUnbakedModel.resolve(UnbakedModel.Resolver resolver, UnbakedModel.ModelType currentlyResolvingType) -
Uses of UnbakedModel.ModelType in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type UnbakedModel.ModelTypeModifier and TypeMethodDescriptionvoidJsonUnbakedModel.resolve(UnbakedModel.Resolver resolver, UnbakedModel.ModelType currentlyResolvingType) voidWeightedUnbakedModel.resolve(UnbakedModel.Resolver resolver, UnbakedModel.ModelType currentlyResolvingType)