Uses of Interface
net.minecraft.client.render.model.SimpleModel
Packages that use SimpleModel
-
Uses of SimpleModel in net.minecraft.client.render.model
Subinterfaces of SimpleModel in net.minecraft.client.render.modelClasses in net.minecraft.client.render.model that implement SimpleModelMethods in net.minecraft.client.render.model with parameters of type SimpleModelModifier and TypeMethodDescriptionGeometry.bake
(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) UnbakedGeometry.bake
(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) static BakedGeometry
UnbakedGeometry.bakeGeometry
(List<ModelElement> elements, ModelTextures textures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings settings, SimpleModel model) ModelTextures.Builder.build
(SimpleModel modelNameSupplier) default Sprite
ErrorCollectingSpriteGetter.get
(ModelTextures texture, String name, SimpleModel model) ErrorCollectingSpriteGetter.get
(SpriteIdentifier id, SimpleModel model) ErrorCollectingSpriteGetter.getMissing
(String name, SimpleModel model) static Sprite
BakedSimpleModel.getParticleTexture
(ModelTextures textures, Baker baker, SimpleModel model) -
Uses of SimpleModel in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type SimpleModelModifier and TypeMethodDescriptionprivate static BakedGeometry
GeneratedItemModel.bakeGeometry
(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) private static BakedGeometry
GeneratedItemModel.bakeGeometry
(ModelTextures textures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings settings, SimpleModel model)