Package hiiragi283.core.api.item.alchemy
Interface HTPotionFluidManager.Handler
-
- All Implemented Interfaces:
public interface HTPotionFluidManager.Handlerポーション瓶の種類を保持するインターフェースです。
- Since:
0.10.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract HTBottleTypeget(DataComponentHolder holder)abstract Unitset(MutableDataComponentHolder holder, HTBottleType bottleType)-
-
Method Detail
-
get
abstract HTBottleType get(DataComponentHolder holder)
-
set
abstract Unit set(MutableDataComponentHolder holder, HTBottleType bottleType)
-
-
-
-