Package hiiragi283.core.api.material
Interface HTMaterialManager.Entry
-
- All Implemented Interfaces:
-
hiiragi283.core.api.material.HTMaterialLike,hiiragi283.core.api.property.HTPropertyGetter,hiiragi283.core.api.property.HTPropertyMap,hiiragi283.core.api.resource.HTIdLike
public interface HTMaterialManager.Entry implements HTIdLike, HTMaterialLike, HTPropertyMap
HTMaterialLikeとHTPropertyMapを束ねたインターフェースです。
- Since:
0.9.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description ResourceLocationgetId()保持しているIDを返します。 StringgetNamespace()StringgetPath()abstract IntegergetSize()BooleanisEmpty()-
Methods inherited from class hiiragi283.core.api.material.HTMaterialLike
asMaterialId, asMaterialKey -
Methods inherited from class hiiragi283.core.api.property.HTPropertyGetter
contains, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-