public final class MultiLayerModel extends java.lang.Object implements IModelGeometry<MultiLayerModel>
RenderType.| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MultiLayerModel.Loader |
| コンストラクタと説明 |
|---|
MultiLayerModel(com.google.common.collect.ImmutableMap<RenderType,IUnbakedModel> models) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IBakedModel |
bake(IModelConfiguration owner,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ItemOverrideList overrides,
ResourceLocation modelLocation) |
java.util.Collection<Material> |
getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPart, getPartspublic MultiLayerModel(com.google.common.collect.ImmutableMap<RenderType,IUnbakedModel> models)
public java.util.Collection<Material> getTextures(IModelConfiguration owner, java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter, java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors)
getTextures インタフェース内 IModelGeometry<MultiLayerModel>public IBakedModel bake(IModelConfiguration owner, ModelBakery bakery, java.util.function.Function<Material,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ItemOverrideList overrides, ResourceLocation modelLocation)
bake インタフェース内 IModelGeometry<MultiLayerModel>