Package hiiragi283.core.api.data.model
Object HTTexturedModels
-
- All Implemented Interfaces:
public class HTTexturedModelsHiiragi Coreとそれを前提とするmodで使用されるHTTexturedModelをまとめたクラスです。
- Since:
0.10.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTTexturedModel.ProviderCUBE_ALLpublic final static HTTexturedModel.ProviderFLAT_ITEMpublic final static HTTexturedModelsINSTANCE
-
Method Summary
Modifier and Type Method Description final static HTTexturedModelcrop(ResourceLocation texture)final static HTTexturedModelparticleOnly(ResourceLocation particleId)final static HTTexturedModellayeredBlock(ResourceLocation layer0, ResourceLocation layer1)final static HTTexturedModelflatAlt(ResourceLocation layer0)final static HTTexturedModellayeredItem(ResourceLocation layer0, ResourceLocation layer1)final static HTTexturedModellayeredItem(ResourceLocation layer0, ResourceLocation layer1, ResourceLocation layer2)-
-
Method Detail
-
crop
final static HTTexturedModel crop(ResourceLocation texture)
-
particleOnly
final static HTTexturedModel particleOnly(ResourceLocation particleId)
-
layeredBlock
final static HTTexturedModel layeredBlock(ResourceLocation layer0, ResourceLocation layer1)
-
flatAlt
final static HTTexturedModel flatAlt(ResourceLocation layer0)
-
layeredItem
final static HTTexturedModel layeredItem(ResourceLocation layer0, ResourceLocation layer1)
-
layeredItem
final static HTTexturedModel layeredItem(ResourceLocation layer0, ResourceLocation layer1, ResourceLocation layer2)
-
-
-
-