Package hiiragi283.lib.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(DataComponentGetter getter)abstract Unitset(MutableDataComponentHolder holder, HTBottleType bottleType)abstract Unitset(DataComponentMap.Builder builder, HTBottleType bottleType)abstract Unitset(DataComponentPatch.Builder builder, HTBottleType bottleType)-
-
Method Detail
-
get
abstract HTBottleType get(DataComponentGetter getter)
-
set
abstract Unit set(MutableDataComponentHolder holder, HTBottleType bottleType)
-
set
abstract Unit set(DataComponentMap.Builder builder, HTBottleType bottleType)
-
set
abstract Unit set(DataComponentPatch.Builder builder, HTBottleType bottleType)
-
-
-
-