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 B3DModelB3DLoader.ModelWrapper.modelprivate B3DModelB3DModel.Parser.resFields in net.minecraftforge.client.model.b3d with type parameters of type B3DModelModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,B3DModel> B3DLoader.cacheDeprecated, 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 B3DModelB3DModel.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)