Uses of Class
net.minecraftforge.client.model.b3d.B3DModel
-
Packages that use B3DModel Package Description net.minecraftforge.client.model.b3d -
-
Uses of B3DModel in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModel Modifier and Type Field Description private B3DModel
B3DLoader.ModelWrapper. model
private B3DModel
B3DModel.Parser. res
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel Modifier and Type Field Description private java.util.Map<ResourceLocation,B3DModel>
B3DLoader. cache
Methods in net.minecraftforge.client.model.b3d that return B3DModel Modifier and Type Method Description private B3DModel
B3DModel.Parser. bb3d()
B3DModel
B3DModel.Parser. parse()
Constructors in net.minecraftforge.client.model.b3d with parameters of type B3DModel Constructor Description ModelWrapper(ResourceLocation modelLocation, B3DModel model, com.google.common.collect.ImmutableSet<java.lang.String> meshes, boolean smooth, boolean gui3d, boolean isSideLit, int defaultKey)
ModelWrapper(ResourceLocation modelLocation, B3DModel model, com.google.common.collect.ImmutableSet<java.lang.String> meshes, boolean smooth, boolean gui3d, boolean isSideLit, int defaultKey, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)
-