Uses of Record Class
net.minecraft.client.resources.model.BlockStateModelLoader.LoadedJson
Packages that use BlockStateModelLoader.LoadedJson
-
Uses of BlockStateModelLoader.LoadedJson in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type BlockStateModelLoader.LoadedJsonModifier and TypeFieldDescriptionprivate final Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> BlockStateModelLoader.blockStateResourcesMethods in net.minecraft.client.resources.model that return types with arguments of type BlockStateModelLoader.LoadedJsonModifier and TypeMethodDescriptionprivate static CompletableFuture<Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>>> ModelManager.loadBlockStates(ResourceManager resourceManager, Executor executor) Constructor parameters in net.minecraft.client.resources.model with type arguments of type BlockStateModelLoader.LoadedJsonModifierConstructorDescriptionBlockStateModelLoader(Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> blockStateResources, ProfilerFiller profiler, UnbakedModel missingModel, BlockColors blockColors, BiConsumer<ModelResourceLocation, UnbakedModel> discoveredModelOutput)