Uses of Class
net.minecraftforge.client.model.b3d.B3DModel
-
Uses of B3DModel in net.minecraftforge.client.model.b3d
Modifier and TypeFieldDescriptionprivate final B3DModel
B3DLoader.ModelWrapper.model
private B3DModel
B3DModel.Parser.res
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
B3DModel> B3DLoader.cache
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprivate B3DModel
B3DModel.Parser.bb3d()
B3DModel.Parser.parse()
ModifierConstructorDescriptionModelWrapper
(ResourceLocation modelLocation, B3DModel model, com.google.common.collect.ImmutableSet<String> meshes, boolean smooth, boolean gui3d, boolean isSideLit, int defaultKey) ModelWrapper
(ResourceLocation modelLocation, B3DModel model, com.google.common.collect.ImmutableSet<String> meshes, boolean smooth, boolean gui3d, boolean isSideLit, int defaultKey, com.google.common.collect.ImmutableMap<String, String> textures)