Class net.minecraft.network.packet.s2c.play.BossBarS2CPacket$Consumer

This description should be content pulled from the first comments of a lua file.

Instance Methods

instance:add(uuid, name, percent, color, style, darkenSky, dragonMusic, thickenFog) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:remove(uuid) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateName(uuid, name) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateProgress(uuid, percent) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateProperties(uuid, darkenSky, dragonMusic, thickenFog) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:updateStyle(id, color, style) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:add(uuid, name, percent, color, style, darkenSky, dragonMusic, thickenFog)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • uuid userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • percent number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • color userdata, BossBar$Color This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, BossBar$Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • darkenSky boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • dragonMusic boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • thickenFog boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:remove(uuid)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • uuid userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateName(uuid, name)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • uuid userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • name userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateProgress(uuid, percent)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • uuid userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • percent number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateProperties(uuid, darkenSky, dragonMusic, thickenFog)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • uuid userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • darkenSky boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • dragonMusic boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • thickenFog boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:updateStyle(id, color, style)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • id userdata, UUID This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • color userdata, BossBar$Color This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • style userdata, BossBar$Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"