Uses of Class
net.minecraft.data.client.model.Model
-
Uses of Model in net.minecraft.data.client
-
Uses of Model in net.minecraft.data.client.model
Modifier and TypeFieldDescriptionstatic Model
Models.BUTTON
static Model
Models.BUTTON_INVENTORY
static Model
Models.BUTTON_PRESSED
static Model
Models.CARPET
static Model
Models.CORAL_FAN
static Model
Models.CORAL_WALL_FAN
static Model
Models.CROP
static Model
Models.CROSS
static Model
Models.CUBE
static Model
Models.CUBE_ALL
static Model
Models.CUBE_BOTTOM_TOP
static Model
Models.CUBE_COLUMN
static Model
Models.CUBE_COLUMN_HORIZONTAL
static Model
Models.CUBE_COLUMN_MIRRORED
static Model
Models.CUBE_DIRECTIONAL
static Model
Models.CUBE_MIRRORED_ALL
static Model
Models.CUBE_TOP
static Model
Models.DOOR_BOTTOM
static Model
Models.DOOR_BOTTOM_RH
static Model
Models.DOOR_TOP
static Model
Models.DOOR_TOP_RH
static Model
Models.FENCE_INVENTORY
static Model
Models.FENCE_POST
static Model
Models.FENCE_SIDE
static Model
Models.FLOWER_POT_CROSS
static Model
Models.GENERATED
static Model
Models.HANDHELD
static Model
Models.HANDHELD_ROD
static Model
Models.INNER_STAIRS
static Model
Models.LEAVES
private Model
TexturedModel.model
static Model
Models.ORIENTABLE
static Model
Models.ORIENTABLE_VERTICAL
static Model
Models.ORIENTABLE_WITH_BOTTOM
static Model
Models.OUTER_STAIRS
static Model
Models.PARTICLE
static Model
Models.POINTED_DRIPSTONE
static Model
Models.PRESSURE_PLATE_DOWN
static Model
Models.PRESSURE_PLATE_UP
static Model
Models.RAIL_CURVED
static Model
Models.RAIL_FLAT
static Model
Models.SLAB
static Model
Models.SLAB_TOP
static Model
Models.STAIRS
static Model
Models.STEM_FRUIT
static Model[]
Models.STEM_GROWTH_STAGES
static Model
Models.TEMPLATE_ANVIL
static Model
Models.TEMPLATE_AZALEA
static Model
Models.TEMPLATE_BANNER
static Model
Models.TEMPLATE_BED
static Model
Models.TEMPLATE_CAKE_WITH_CANDLE
static Model
Models.TEMPLATE_CAMPFIRE
static Model
Models.TEMPLATE_CANDLE
static Model
Models.TEMPLATE_CAULDRON_FULL
static Model
Models.TEMPLATE_CAULDRON_LEVEL1
static Model
Models.TEMPLATE_CAULDRON_LEVEL2
static Model
Models.TEMPLATE_CHORUS_FLOWER
static Model
Models.TEMPLATE_COMMAND_BLOCK
static Model
Models.TEMPLATE_DAYLIGHT_DETECTOR
static Model
Models.TEMPLATE_FARMLAND
static Model
Models.TEMPLATE_FENCE_GATE
static Model
Models.TEMPLATE_FENCE_GATE_OPEN
static Model
Models.TEMPLATE_FENCE_GATE_WALL
static Model
static Model
Models.TEMPLATE_FIRE_FLOOR
static Model
Models.TEMPLATE_FIRE_SIDE
static Model
Models.TEMPLATE_FIRE_SIDE_ALT
static Model
Models.TEMPLATE_FIRE_UP
static Model
Models.TEMPLATE_FIRE_UP_ALT
static Model
Models.TEMPLATE_FOUR_CANDLES
static Model
Models.TEMPLATE_FOUR_TURTLE_EGGS
static Model
Models.TEMPLATE_GLASS_PANE_NOSIDE
static Model
static Model
Models.TEMPLATE_GLASS_PANE_POST
static Model
Models.TEMPLATE_GLASS_PANE_SIDE
static Model
Models.TEMPLATE_GLASS_PANE_SIDE_ALT
static Model
Models.TEMPLATE_GLAZED_TERRACOTTA
static Model
Models.TEMPLATE_HANGING_LANTERN
static Model
Models.TEMPLATE_LANTERN
static Model
static Model
static Model
static Model
Models.TEMPLATE_PISTON
static Model
Models.TEMPLATE_PISTON_HEAD
static Model
Models.TEMPLATE_PISTON_HEAD_SHORT
static Model
Models.TEMPLATE_POTTED_AZALEA_BUSH
static Model
Models.TEMPLATE_RAIL_RAISED_NE
static Model
Models.TEMPLATE_RAIL_RAISED_SW
static Model
Models.TEMPLATE_SEAGRASS
static Model
Models.TEMPLATE_SHULKER_BOX
static Model
Models.TEMPLATE_SINGLE_FACE
static Model
Models.TEMPLATE_SKULL
static Model
Models.TEMPLATE_THREE_CANDLES
static Model
Models.TEMPLATE_THREE_TURTLE_EGGS
static Model
Models.TEMPLATE_TORCH
static Model
Models.TEMPLATE_TORCH_WALL
static Model
Models.TEMPLATE_TRAPDOOR_BOTTOM
static Model
Models.TEMPLATE_TRAPDOOR_OPEN
static Model
Models.TEMPLATE_TRAPDOOR_TOP
static Model
Models.TEMPLATE_TURTLE_EGG
static Model
Models.TEMPLATE_TWO_CANDLES
static Model
Models.TEMPLATE_TWO_TURTLE_EGGS
static Model
Models.TEMPLATE_WALL_POST
static Model
Models.TEMPLATE_WALL_SIDE
static Model
Models.TEMPLATE_WALL_SIDE_TALL
static Model
Models.TINTED_CROSS
static Model
Models.TINTED_FLOWER_POT_CROSS
static Model
Models.WALL_INVENTORY
Modifier and TypeFieldDescriptionprivate Map<Model,Identifier>
BlockStateModelGenerator.BlockTexturePool.knownModels
Modifier and TypeMethodDescriptionprivate static Model
Models.block(String parent, String variant, TextureKey[] requiredTextures)
private static Model
Models.block(String parent, TextureKey[] requiredTextures)
BlockStateModelGenerator.TintType.getCrossModel()
BlockStateModelGenerator.TintType.getFlowerPotCrossModel()
TexturedModel.getModel()
private static Model
Models.item(String parent, TextureKey[] requiredTextures)
private static Model
Models.make(TextureKey[] requiredTextures)
Modifier and TypeMethodDescriptionprivate Identifier
BlockStateModelGenerator.createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)
private Identifier
BlockStateModelGenerator.BlockTexturePool.ensureModel(Model model, Block block)
BlockStateModelGenerator.BuiltinModelPool.includeWithItem(Model model, Block[] blocks)
private static TexturedModel.Factory
TexturedModel.makeFactory(Function<Block,Texture> textureGetter, Model model)
private void
BlockStateModelGenerator.registerSingleton(Block block, Texture texture, Model model)