Uses of Class
net.minecraft.data.client.model.Model
Package | Description |
---|---|
net.minecraft.data.client | |
net.minecraft.data.client.model |
-
Uses of Model in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type Model Modifier and Type Method Description private void
ItemModelGenerator. register(Item item, String suffix, Model model)
private void
ItemModelGenerator. register(Item item, Model model)
private void
ItemModelGenerator. register(Item item, Item texture, Model model)
-
Uses of Model in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type Model Modifier and Type Field Description private Map<Model,Identifier>
BlockStateModelGenerator.BlockTexturePool. knownModels
Methods in net.minecraft.data.client.model that return Model Modifier and Type Method Description private static Model
Models. block(String parent, String variant, TextureKey[] requiredTextures)
private static Model
Models. block(String parent, TextureKey[] requiredTextures)
Model
BlockStateModelGenerator.TintType. getCrossModel()
Model
BlockStateModelGenerator.TintType. getFlowerPotCrossModel()
Model
TexturedModel. getModel()
private static Model
Models. item(String parent, TextureKey[] requiredTextures)
private static Model
Models. make(TextureKey[] requiredTextures)
Methods in net.minecraft.data.client.model with parameters of type Model Modifier and Type Method Description BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. base(Block block, Model model)
private Identifier
BlockStateModelGenerator. createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)
private Identifier
BlockStateModelGenerator.BlockTexturePool. ensureModel(Model model, Block block)
BlockStateModelGenerator.BuiltinModelPool
BlockStateModelGenerator.BuiltinModelPool. includeWithItem(Model model, Block[] blocks)
private static TexturedModel.Factory
TexturedModel. makeFactory(Function<Block,Texture> textureGetter, Model model)
private void
BlockStateModelGenerator. method_35868(Block block, Texture texture, Model model)
Constructors in net.minecraft.data.client.model with parameters of type Model Constructor Description TexturedModel(Texture texture, Model model)