Package hiiragi283.core.common.registry
Class HTDeferredWidgetType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,java.util.function.Supplier
public final class HTDeferredWidgetType<WIDGET extends HTWidget> extends HTBasicHolderLike<HTWidgetType<?>, HTWidgetType<WIDGET>>
-
-
Constructor Summary
Constructors Constructor Description HTDeferredWidgetType(ResourceKey<HTWidgetType<?>> key)HTDeferredWidgetType(ResourceLocation id)
-
Method Summary
Modifier and Type Method Description StringgetNamespace()StringgetPath()HTWidgetType<WIDGET>get()StringtoString()-
Methods inherited from class hiiragi283.core.common.registry.HTBasicHolderLike
unwrap -
Methods inherited from class hiiragi283.core.api.registry.HTHolderLike
getHolder, getResourceKey -
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
-
-
Constructor Detail
-
HTDeferredWidgetType
HTDeferredWidgetType(ResourceKey<HTWidgetType<?>> key)
-
HTDeferredWidgetType
HTDeferredWidgetType(ResourceLocation id)
-
-
Method Detail
-
getNamespace
String getNamespace()
-
get
HTWidgetType<WIDGET> get()
-
-
-
-