Uses of Class
net.minecraft.data.client.model.Model
Packages that use Model
-
Uses of Model in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type Model -
Uses of Model in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as ModelModifier and TypeFieldDescriptionstatic ModelModels.BUTTONstatic ModelModels.BUTTON_INVENTORYstatic ModelModels.BUTTON_PRESSEDstatic ModelModels.CARPETstatic ModelModels.CORAL_FANstatic ModelModels.CORAL_WALL_FANstatic ModelModels.CROPstatic ModelModels.CROSSstatic ModelModels.CUBEstatic ModelModels.CUBE_ALLstatic ModelModels.CUBE_BOTTOM_TOPstatic ModelModels.CUBE_COLUMNstatic ModelModels.CUBE_COLUMN_HORIZONTALstatic ModelModels.CUBE_COLUMN_MIRROREDstatic ModelModels.CUBE_DIRECTIONALstatic ModelModels.CUBE_MIRRORED_ALLstatic ModelModels.CUBE_TOPstatic ModelModels.DOOR_BOTTOMstatic ModelModels.DOOR_BOTTOM_RHstatic ModelModels.DOOR_TOPstatic ModelModels.DOOR_TOP_RHstatic ModelModels.FENCE_INVENTORYstatic ModelModels.FENCE_POSTstatic ModelModels.FENCE_SIDEstatic ModelModels.FLOWER_POT_CROSSstatic ModelModels.GENERATEDstatic ModelModels.HANDHELDstatic ModelModels.HANDHELD_RODstatic ModelModels.INNER_STAIRSstatic ModelModels.LEAVESprivate ModelTexturedModel.modelstatic ModelModels.ORIENTABLEstatic ModelModels.ORIENTABLE_VERTICALstatic ModelModels.ORIENTABLE_WITH_BOTTOMstatic ModelModels.OUTER_STAIRSstatic ModelModels.PARTICLEstatic ModelModels.POINTED_DRIPSTONEstatic ModelModels.PRESSURE_PLATE_DOWNstatic ModelModels.PRESSURE_PLATE_UPstatic ModelModels.RAIL_CURVEDstatic ModelModels.RAIL_FLATstatic ModelModels.SLABstatic ModelModels.SLAB_TOPstatic ModelModels.STAIRSstatic ModelModels.STEM_FRUITstatic Model[]Models.STEM_GROWTH_STAGESstatic ModelModels.TEMPLATE_ANVILstatic ModelModels.TEMPLATE_AZALEAstatic ModelModels.TEMPLATE_BANNERstatic ModelModels.TEMPLATE_BEDstatic ModelModels.TEMPLATE_CAKE_WITH_CANDLEstatic ModelModels.TEMPLATE_CAMPFIREstatic ModelModels.TEMPLATE_CANDLEstatic ModelModels.TEMPLATE_CAULDRON_FULLstatic ModelModels.TEMPLATE_CAULDRON_LEVEL1static ModelModels.TEMPLATE_CAULDRON_LEVEL2static ModelModels.TEMPLATE_CHORUS_FLOWERstatic ModelModels.TEMPLATE_COMMAND_BLOCKstatic ModelModels.TEMPLATE_DAYLIGHT_DETECTORstatic ModelModels.TEMPLATE_FARMLANDstatic ModelModels.TEMPLATE_FENCE_GATEstatic ModelModels.TEMPLATE_FENCE_GATE_OPENstatic ModelModels.TEMPLATE_FENCE_GATE_WALLstatic Modelstatic ModelModels.TEMPLATE_FIRE_FLOORstatic ModelModels.TEMPLATE_FIRE_SIDEstatic ModelModels.TEMPLATE_FIRE_SIDE_ALTstatic ModelModels.TEMPLATE_FIRE_UPstatic ModelModels.TEMPLATE_FIRE_UP_ALTstatic ModelModels.TEMPLATE_FOUR_CANDLESstatic ModelModels.TEMPLATE_FOUR_TURTLE_EGGSstatic ModelModels.TEMPLATE_GLASS_PANE_NOSIDEstatic Modelstatic ModelModels.TEMPLATE_GLASS_PANE_POSTstatic ModelModels.TEMPLATE_GLASS_PANE_SIDEstatic ModelModels.TEMPLATE_GLASS_PANE_SIDE_ALTstatic ModelModels.TEMPLATE_GLAZED_TERRACOTTAstatic ModelModels.TEMPLATE_HANGING_LANTERNstatic ModelModels.TEMPLATE_LANTERNstatic Modelstatic Modelstatic Modelstatic ModelModels.TEMPLATE_PISTONstatic ModelModels.TEMPLATE_PISTON_HEADstatic ModelModels.TEMPLATE_PISTON_HEAD_SHORTstatic ModelModels.TEMPLATE_POTTED_AZALEA_BUSHstatic ModelModels.TEMPLATE_RAIL_RAISED_NEstatic ModelModels.TEMPLATE_RAIL_RAISED_SWstatic ModelModels.TEMPLATE_SEAGRASSstatic ModelModels.TEMPLATE_SHULKER_BOXstatic ModelModels.TEMPLATE_SINGLE_FACEstatic ModelModels.TEMPLATE_SKULLstatic ModelModels.TEMPLATE_THREE_CANDLESstatic ModelModels.TEMPLATE_THREE_TURTLE_EGGSstatic ModelModels.TEMPLATE_TORCHstatic ModelModels.TEMPLATE_TORCH_WALLstatic ModelModels.TEMPLATE_TRAPDOOR_BOTTOMstatic ModelModels.TEMPLATE_TRAPDOOR_OPENstatic ModelModels.TEMPLATE_TRAPDOOR_TOPstatic ModelModels.TEMPLATE_TURTLE_EGGstatic ModelModels.TEMPLATE_TWO_CANDLESstatic ModelModels.TEMPLATE_TWO_TURTLE_EGGSstatic ModelModels.TEMPLATE_WALL_POSTstatic ModelModels.TEMPLATE_WALL_SIDEstatic ModelModels.TEMPLATE_WALL_SIDE_TALLstatic ModelModels.TINTED_CROSSstatic ModelModels.TINTED_FLOWER_POT_CROSSstatic ModelModels.WALL_INVENTORYFields in net.minecraft.data.client.model with type parameters of type ModelModifier and TypeFieldDescriptionprivate Map<Model,Identifier>BlockStateModelGenerator.BlockTexturePool.knownModelsMethods in net.minecraft.data.client.model that return ModelModifier and TypeMethodDescriptionprivate static ModelModels.block(String parent, String variant, TextureKey[] requiredTextures)private static ModelModels.block(String parent, TextureKey[] requiredTextures)BlockStateModelGenerator.TintType.getCrossModel()BlockStateModelGenerator.TintType.getFlowerPotCrossModel()TexturedModel.getModel()private static ModelModels.item(String parent, TextureKey[] requiredTextures)private static ModelModels.make(TextureKey[] requiredTextures)Methods in net.minecraft.data.client.model with parameters of type ModelModifier and TypeMethodDescriptionprivate IdentifierBlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)private IdentifierBlockStateModelGenerator.BlockTexturePool.ensureModel(Model model, Block block)BlockStateModelGenerator.BuiltinModelPool.includeWithItem(Model model, Block[] blocks)private static TexturedModel.FactoryTexturedModel.makeFactory(Function<Block,Texture> textureGetter, Model model)private voidBlockStateModelGenerator.registerSingleton(Block block, Texture texture, Model model)Constructors in net.minecraft.data.client.model with parameters of type Model