public static class OBJModel.ModelSettings
extends java.lang.Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
boolean |
ambientToFullbright |
boolean |
detectCullableFaces |
boolean |
diffuseLighting |
boolean |
flipV |
java.lang.String |
materialLibraryOverrideLocation |
ResourceLocation |
modelLocation |
| コンストラクタと説明 |
|---|
ModelSettings(ResourceLocation modelLocation,
boolean detectCullableFaces,
boolean diffuseLighting,
boolean flipV,
boolean ambientToFullbright,
java.lang.String materialLibraryOverrideLocation) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 java.lang.Objectpublic boolean equals(@Nonnull
OBJModel.ModelSettings that)
public int hashCode()
hashCode クラス内 java.lang.Object