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 boolean
ambientToFullbright
boolean
detectCullableFaces
boolean
diffuseLighting
boolean
flipV
java.lang.String
materialLibraryOverrideLocation
ResourceLocation
modelLocation
-
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 boolean
equals(java.lang.Object o)
boolean
equals(OBJModel.ModelSettings that)
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
equals
public boolean equals(@Nonnull OBJModel.ModelSettings that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-