Package hiiragi283.core.api.registry
Interface HTItemHolderLike
-
- All Implemented Interfaces:
-
hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey,net.minecraft.world.level.ItemLike
public interface HTItemHolderLike<ITEM extends Item> implements HTIdLike, HTHasTranslationKey, HTHasText, ItemLike
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTItemHolderLike.Delegated
-
Method Summary
Modifier and Type Method Description abstract Holder<Item>getItemHolder()ResourceKey<Item>getItemKey()abstract ITEMasItem()abstract StringgetTranslationKey()-
Methods inherited from class hiiragi283.core.api.resource.HTIdLike
getId, getNamespace, getPath -
Methods inherited from class hiiragi283.core.api.text.HTHasText
getText -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getItemHolder
abstract Holder<Item> getItemHolder()
-
getItemKey
ResourceKey<Item> getItemKey()
-
getTranslationKey
abstract String getTranslationKey()
-
-
-
-