Class net.minecraft.client.texture.PlayerSkinProvider$SkinTextureAvailableCallback

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

Instance Methods

instance:onSkinTextureAvailable(type, id, texture) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:onSkinTextureAvailable(type, id, texture)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • type userdata, Type This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • id userdata, Identifier This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • texture userdata, MinecraftProfileTexture This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"