Package hiiragi283.core.api.resource
Interface HTKeyLike
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTKeyLike.HolderDelegateHolderを保持するHTKeyLikeの拡張インターフェースです。
-
Method Summary
Modifier and Type Method Description abstract ResourceKey<T>getResourceKey()保持しているResourceKeyを返します。 BooleanisOf(ResourceKey<T> key)指定したkeyが保持しているResourceKeyと一致するか判定します。 BooleanisOf(HTKeyLike<T> other)指定したotherと保持しているResourceKeyが一致するか判定します。 ResourceLocationgetId()保持しているIDを返します。 StringgetNamespace()StringgetPath()-
-
Method Detail
-
getResourceKey
abstract ResourceKey<T> getResourceKey()
保持しているResourceKeyを返します。
-
getId
ResourceLocation getId()
保持しているIDを返します。
-
getNamespace
String getNamespace()
-
-
-
-