Uses of Interface
net.minecraft.client.render.model.GroupableModel
Packages that use GroupableModel
-
Uses of GroupableModel in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement GroupableModelFields in net.minecraft.client.render.model declared as GroupableModelModifier and TypeFieldDescriptionprivate final GroupableModel
BlockStatesLoader.BlockModel.model
The field for themodel
record component.Fields in net.minecraft.client.render.model with type parameters of type GroupableModelModifier and TypeFieldDescriptionprivate final Map
<ModelIdentifier, GroupableModel> ModelBaker.blockModels
Methods in net.minecraft.client.render.model that return GroupableModelModifier and TypeMethodDescriptionBlockStatesLoader.BlockModel.model()
Returns the value of themodel
record component.Methods in net.minecraft.client.render.model that return types with arguments of type GroupableModelMethods in net.minecraft.client.render.model with parameters of type GroupableModelModifier and TypeMethodDescriptionstatic ModelGrouper.GroupKey
ModelGrouper.GroupKey.of
(BlockState state, GroupableModel model, List<Property<?>> properties) Constructors in net.minecraft.client.render.model with parameters of type GroupableModelConstructor parameters in net.minecraft.client.render.model with type arguments of type GroupableModelModifierConstructorDescriptionModelBaker
(LoadedEntityModels entityModels, Map<ModelIdentifier, GroupableModel> blockModels, Map<Identifier, ItemAsset> itemModels, Map<Identifier, UnbakedModel> allModels, UnbakedModel missingModel) -
Uses of GroupableModel in net.minecraft.client.render.model.json
Classes in net.minecraft.client.render.model.json that implement GroupableModelMethods in net.minecraft.client.render.model.json that return types with arguments of type GroupableModelModifier and TypeMethodDescriptionModelVariantMap.parse
(StateManager<Block, BlockState> stateManager, String path)