Class HTResultCreator
-
- All Implemented Interfaces:
public abstract class HTResultCreator<TYPE extends Object, RESOURCE extends HTResourceType.Registered<TYPE>, STACK extends Object, RESULT extends HTResourceRecipeResult<TYPE, RESOURCE, STACK>>HTResourceRecipeResultを作成するインターフェースです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTResultCreator()
-
Method Summary
Modifier and Type Method Description final RESULTcreate(TYPE type, Integer amount)final RESULTcreate(RESOURCE resource, Integer amount)final RESULTcreate(TagKey<TYPE> tagKey, Integer amount)final RESULTcreate(TYPE type, TagKey<TYPE> tagKey, Integer amount)final RESULTcreate(RESOURCE resource, TagKey<TYPE> tagKey, Integer amount)
-