Package hiiragi283.core.api.item.alchemy
Class HTPotionContents.Builder
-
- All Implemented Interfaces:
public final class HTPotionContents.BuilderHTPotionContentsのビルダークラスです。
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description private Holder<Potion>potionprivate final List<HTMobEffectInstance>instancesprivate HTBottleTypebottleType
-
Constructor Summary
Constructors Constructor Description HTPotionContents.Builder()
-
Method Summary
Modifier and Type Method Description final Holder<Potion>getPotion()final UnitsetPotion(Holder<Potion> value)final List<HTMobEffectInstance>getInstances()final HTBottleTypegetBottleType()final UnitsetBottleType(HTBottleType value)final HTPotionContentsbuild()-
-
Method Detail
-
getPotion
final Holder<Potion> getPotion()
-
getInstances
final List<HTMobEffectInstance> getInstances()
-
getBottleType
final HTBottleType getBottleType()
-
setBottleType
final Unit setBottleType(HTBottleType value)
-
build
final HTPotionContents build()
-
-
-
-