Class HTItemResult
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.result.HTRecipeResult,hiiragi283.core.api.resource.HTIdLike
public final class HTItemResult extends HTResourceRecipeResult<Item, HTItemResourceType, ItemStack>
アイテムの完成品を表すクラスです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static BiCodec<RegistryFriendlyByteBuf, HTItemResult>CODEC
-
Constructor Summary
Constructors Constructor Description HTItemResult(Ior<HTItemResourceType, TagKey<Item>> contents, Integer amount)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class hiiragi283.core.api.recipe.result.HTResourceRecipeResult
getId, getStackOrEmpty, getStackResult -
Methods inherited from class hiiragi283.core.api.resource.HTIdLike
getNamespace, getPath -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTItemResult
HTItemResult(Ior<HTItemResourceType, TagKey<Item>> contents, Integer amount)
-
-
-
-