Interface HTResourceType.Registered
-
- All Implemented Interfaces:
-
hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,hiiragi283.core.api.resource.HTKeyLike.HolderDelegate,hiiragi283.core.api.storage.resource.HTResourceType,hiiragi283.core.api.text.HTHasText,net.neoforged.neoforge.registries.datamaps.IWithData
public interface HTResourceType.Registered<TYPE extends Object> implements HTResourceType<TYPE>, HTKeyLike.HolderDelegate<TYPE>, IWithData<TYPE>
Holderを保持するHTResourceTypeの拡張インターフェースです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description <T extends Any> TgetData(DataMapType<TYPE, T> type)StringgetNamespace()StringgetPath()-
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceType
type -
Methods inherited from class hiiragi283.core.api.text.HTHasText
getText -
Methods inherited from class hiiragi283.core.api.resource.HTKeyLike.HolderDelegate
getHolder, getResourceKey, isOf, isOf, isOf, isOf -
Methods inherited from class hiiragi283.core.api.resource.HTKeyLike
getId, isOf, isOf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-