Class 	
	net.minecraft.entity.effect.StatusEffectInstance
	This description should be content pulled from the first comments of a lua file.
Static Methods
| StatusEffectInstance.fromNbt(nbt) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Constructors
| StatusEffectInstance(type, duration, amplifier, ambient, visible) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(type, duration, amplifier, ambient, showParticles, showIcon) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(type, duration, amplifier, ambient, showParticles, showIcon, hiddenEffect) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(statusEffectInstance) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(statusEffect) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(type, duration) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| StatusEffectInstance(type, duration, amplifier) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Methods
| instance:applyUpdateEffect(entity) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:compareTo(statusEffectInstance) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:compareTo(that) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:copyFrom(that) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:equals(o) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getAmplifier() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getClass() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getDuration() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getEffectType() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getTranslationKey() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:hashCode() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isAmbient() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isPermanent() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notify() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notifyAll() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setPermanent(permanent) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:shouldShowIcon() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:shouldShowParticles() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:toString() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:update(entity, overwriteCallback) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:upgrade(that) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0, arg1) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:writeNbt(nbt) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Static Methods
- StatusEffectInstance.fromNbt(nbt)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- nbt userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
Constructors
- StatusEffectInstance(type, duration, amplifier, ambient, visible)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- type userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- duration int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- amplifier int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- ambient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- visible boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(type, duration, amplifier, ambient, showParticles, showIcon)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- type userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- duration int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- amplifier int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- ambient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- showParticles boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- showIcon boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(type, duration, amplifier, ambient, showParticles, showIcon, hiddenEffect)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- type userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- duration int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- amplifier int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- ambient boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- showParticles boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- showIcon boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- hiddenEffect userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(statusEffectInstance)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- statusEffectInstance userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(statusEffect)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- statusEffect userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(type, duration)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- type userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- duration int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- StatusEffectInstance(type, duration, amplifier)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- type userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- duration int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- amplifier int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Instance Methods
- instance:applyUpdateEffect(entity)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- entity userdata, LivingEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:compareTo(statusEffectInstance)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- statusEffectInstance userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:compareTo(that)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- that userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:copyFrom(that)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- that userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:equals(o)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- o userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getAmplifier()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getClass()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getDuration()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getEffectType()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:userdata, StatusEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:getTranslationKey()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:hashCode()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:isAmbient()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:isPermanent()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:notify()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:notifyAll()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:setPermanent(permanent)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- permanent boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:shouldShowIcon()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:shouldShowParticles()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:toString()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Returns:string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:update(entity, overwriteCallback)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- entity userdata, LivingEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- overwriteCallback userdata, Runnable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:upgrade(that)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- that userdata, StatusEffectInstance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
- instance:wait()
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
- instance:wait(arg0)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:wait(arg0, arg1)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
- arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
- instance:writeNbt(nbt)
- 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	Parameters:- nbt userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 Returns:userdata, NbtCompound This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"