Class OBJModel.ModelSettings
- java.lang.Object
-
- net.minecraftforge.client.model.obj.OBJModel.ModelSettings
-
- Enclosing class:
- OBJModel
public static class OBJModel.ModelSettings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanambientToFullbrightbooleandetectCullableFacesbooleandiffuseLightingbooleanflipVjava.lang.StringmaterialLibraryOverrideLocationResourceLocationmodelLocation
-
Constructor Summary
Constructors Constructor Description ModelSettings(ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, java.lang.String materialLibraryOverrideLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)booleanequals(OBJModel.ModelSettings that)inthashCode()
-
-
-
Field Detail
-
modelLocation
@Nonnull public final ResourceLocation modelLocation
-
detectCullableFaces
public final boolean detectCullableFaces
-
diffuseLighting
public final boolean diffuseLighting
-
flipV
public final boolean flipV
-
ambientToFullbright
public final boolean ambientToFullbright
-
materialLibraryOverrideLocation
@Nullable public final java.lang.String materialLibraryOverrideLocation
-
-
Constructor Detail
-
ModelSettings
public ModelSettings(@Nonnull ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, @Nullable java.lang.String materialLibraryOverrideLocation)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(@Nonnull OBJModel.ModelSettings that)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-