Class PotionContents
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.PotionContents
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPotionContents(int potionId, int customColor, List<MobEffectInstance> customEffects, @Nullable String customName) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull PotionContents.PotionContentsBuilderbuilder()protected booleanbooleanint@Nullable StringintinthashCode()@NonNull PotionContents.PotionContentsBuilder@NonNull StringtoString()
-
Constructor Details
-
PotionContents
public PotionContents(int potionId, int customColor, List<MobEffectInstance> customEffects, @Nullable String customName)
-
-
Method Details