public static class OBJModel.ModelSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
ambientToFullbright |
boolean |
detectCullableFaces |
boolean |
diffuseLighting |
boolean |
flipV |
java.lang.String |
materialLibraryOverrideLocation |
ResourceLocation |
modelLocation |
Constructor and Description |
---|
ModelSettings(ResourceLocation modelLocation,
boolean detectCullableFaces,
boolean diffuseLighting,
boolean flipV,
boolean ambientToFullbright,
java.lang.String materialLibraryOverrideLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
boolean |
equals(OBJModel.ModelSettings that) |
int |
hashCode() |
@Nonnull public final ResourceLocation modelLocation
public final boolean detectCullableFaces
public final boolean diffuseLighting
public final boolean flipV
public final boolean ambientToFullbright
@Nullable public final java.lang.String materialLibraryOverrideLocation
public ModelSettings(@Nonnull ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, @Nullable java.lang.String materialLibraryOverrideLocation)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equals(@Nonnull OBJModel.ModelSettings that)
public int hashCode()
hashCode
in class java.lang.Object