Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.1 KiB

These are the functions which can be called on a PotionEffectData object.
setVisible:
Arguments:
boolean
Usage:
true/false
Notes:
Sets if the effect is visible.
setDurationMin:
Arguments:
float
Usage:
min
Notes:
Sets the min duration for the effect.
setDurationMax:
Arguments:
float
Usage:
max
Notes:
Sets the max duration for the effect.
setAmplifierMax:
Arguments:
float
Usage:
max
Notes:
Sets the max amplifier for the effect.
setAmplifierMin:
Arguments:
float
Usage:
min
Notes:
Sets the min amplifier for the effect.
setAmbient:
Arguments:
boolean
Usage:
true/false
Notes:
Sets if the effect is ambient.
setDurationMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max duration for the effect.
setAmplifierMinMax:
Arguments:
float, float
Usage:
min, max
Notes:
Sets the min and max amplifier for the effect.