public class PotionType extends Object
| Constructor and Description |
|---|
PotionType(Identifier id,
EffectType type,
int level,
int duration,
boolean instant) |
PotionType(Identifier id,
EffectType type,
int level,
int duration,
boolean instant,
boolean splash) |
public PotionType(Identifier id, EffectType type, int level, int duration, boolean instant)
public PotionType(Identifier id, EffectType type, int level, int duration, boolean instant, boolean splash)
@Nullable public static PotionType byName(String name)
Copyright © 2021. All rights reserved.