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 B3DModelB3DLoader.ModelWrapper.modelprivate B3DModelB3DModel.Parser.resFields in net.minecraftforge.client.model.b3d with type parameters of type B3DModelMethods 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)