Uses of Class
net.minecraftforge.client.model.b3d.B3DModel
Packages that use B3DModel
-
Uses of B3DModel in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModelModifier and TypeFieldDescriptionprivate final B3DModel
B3DLoader.ModelWrapper.model
private B3DModel
B3DModel.Parser.res
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModelModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
B3DModel> B3DLoader.cache
Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.minecraftforge.client.model.b3d that return B3DModelModifier and TypeMethodDescriptionprivate B3DModel
B3DModel.Parser.bb3d()
B3DModel.Parser.parse()
Constructors in net.minecraftforge.client.model.b3d with parameters of type B3DModelModifierConstructorDescriptionModelWrapper
(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)